gsmida
gsmida

Reputation: 357

ASP MVC 4 and IIS

I'm developping an ASP MVC 4 application and I'm asking for Hardware configuration and Windows compatibility.

Is it possible to run this Application on Windows 2003? Which IIS is required?

Upvotes: 0

Views: 164

Answers (1)

Ali
Ali

Reputation: 1409

Yes, you can run it on Windows 2003 Server. Windows 2003 Server comes with IIS 6. Here's post that shows how to configure ASP.NET MVC4 on it
http://haacked.com/archive/2008/11/26/asp.net-mvc-on-iis-6-walkthrough.aspx

Make sure you that under Application Configuration, you uncheck Verify that file exists.

Upvotes: 1

Related Questions