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

后端 未结 13 1275
一生所求
一生所求 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:25

    What's the server environment? If it's not IIS7/Server 2008 there are other tweaks you have to do to get the routing to work correctly, although if that's the case you would probably get an error page, not a blank page.

提交回复
热议问题