0

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?

Mark Henderson
  • 68,823
  • 31
  • 180
  • 259
contactmatt
  • 229
  • 3
  • 10

1 Answers1

1

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.