I am getting a blank page while deploying MVC application on IIS

后端 未结 13 1273
一生所求
一生所求 2020-12-06 00:27

I am currently deploying my application built using RC of MVC ASP.NET on the production server which is showing nothing now. The routes in my global.ascx are typical i.e. <

13条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-06 01:22

    The blank page is shown when errors occur in particular places - in my case it was a MethodNotFoundException...

    To see the error, make sure you enable "HTTP Errors" and "HTTP Redirection" services in the "Web Server (IIS) role.

提交回复
热议问题