Reputation: 357
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
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