Is there a certain IIS configuration required to allow a functioning .Net 4.0 ASP.Net MVC 2 Azure ap

Posted by erg39 on Stack Overflow See other posts from Stack Overflow or by erg39
Published on 2010-06-10T01:06:11Z Indexed on 2010/06/10 1:12 UTC
Read the original article Hit count: 314

Filed under:
|
|

I just installed the Azure 1.2 tools update and would like to get to work on an Azure project running locally using ASP.Net MVC and .Net 4, but I cannot get MVC pages to load.

If I just create a new Azure project in VS 2010, add a ASP.Net MVC web role, and run the application, pages never load. It appears that routing is somehow at fault as controller actions never get called, but if I add other pages to the project (like .htm or .aspx) they will load in the browser.

It all works fine with a new project using .Net 3.5, MVC 2 project in the Azure development environment; it all works fine with .Net 4.0 MVC 2 project that is not running in Azure; only the combination does not work.

Environment is Win 7 x64 (IIS 7.5), VS 2010, Azure tools 1.2

Is there some magic IIS setting I need to change or something? Any ideas?

© Stack Overflow or respective owner

Related posts about asp.net-mvc

Related posts about iis