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

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

    Normally when I get this, it's because I've forgotten to add the following into the Web.config when deploying to IIS6 after developing on IIS7 (or the IIS Express 7 that comes with Visual Studio):

    
      
    
    

提交回复
热议问题