Getting 404.0 error for ASP.NET MVC 3 app on IIS 7.0 / Windows Server 2008

前端 未结 6 2131
不思量自难忘°
不思量自难忘° 2020-12-24 13:18

I am attempting to deploy an ASP.NET MVC 3 application to a Windows 2008 x64 server (running IIS 7.0 obviously), and IIS does not want to seem to serve up the content proper

6条回答
  •  感情败类
    2020-12-24 13:44

    If you are running your web application on IIS 7.5 or above, please ensure that the role services for IIS are enabled properly. The role services of interest are : ASP.NET, Basic Authentication, HTTP Redirection, ISAPI filters, etc.

    You could go to the role services via Add or Remove programs - Turn Windows features on or off. Hope this helps.

    Regards, Kiran Banda

提交回复
热议问题