I'm looking at a hosting company that I plan on going with, but they use IIS 6 with ASP.NET 4. I plan on running a ASP.NET 4 MVC web application that uses SQL Server (which the hosting company has).

Can I run MVC applications on IIS 6?

Are there any downsides of an ASP.NET MVC Application living on an IIS 6 server?

link|improve this question
feedback

1 Answer

Can I run MVC applications on IIS 6? Yes

Are there any downsides of an ASP.NET MVC Application living on an IIS 6 server? No, Your app was built around IIS and .Net integration. IIS6 is Windows Server 2003 based and absolutely up to the task.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.