I try to run a Plain Vanilla ASP.NET MVC web site on my system under Azure, but the page does not start
I have been able to publish the same web page on Windows Vista Ultimate using IIS7.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
What happens when you try to start it?
I would check that all the right IIS features are installed… check this list: http://msdn.microsoft.com/en-us/library/dd573369.aspx
(HTTP redirection would be my guess for the missing feature that impacts MVC.)