我正在开发ASP MVC 4
应用程序,我要求Hardware configuration
和Windows compatibility
。
是否可以在Windows 2003
上运行此应用程序?需要哪个IIS?
答案 0 :(得分:1)
是的,您可以在Windows 2003 Server上运行它。 Windows 2003 Server附带IIS 6.这篇文章展示了如何在其上配置ASP.NET MVC4 http://haacked.com/archive/2008/11/26/asp.net-mvc-on-iis-6-walkthrough.aspx
请确保Application Configuration
下的取消选中 Verify that file exists
。