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

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

    As another possible solution:

    I had not deployed for a month or so, but had updated my Visual Studio by a few minor releases. A incompatibility crept in between VS Base and some of my Nuget packages. Updated my packages, made sure to clean (and delete bin/obj - even though it did not initially solve the problem) and then redeployed. Worked thereafter.

提交回复
热议问题