I\'m having some trouble deploying an ASP.net MVC 2 RC 2 application to my production box. I have it working well in both dev and test. The key difference seems to be that
I also had not installed the HTTP Redirection role but I had a further issue that I thought I'd document here in case someone else has the same issue.
I had zipped the program folder up using 7-Zip and transferred it to the prod server. When I unzipped it the web.config file in the Views folder had been added as a folder called web.config with the config file inside. Moving the file out and deleting the folder sorted this for me.
The clue was in the Event Viewer so check there too if the other answers don't completely help.
No more blank page for me now.