IIs Error: Application Codebehind=“Global.asax.cs” Inherits=“nadeem.MvcApplication”

前端 未结 22 3200
灰色年华
灰色年华 2021-02-19 15:16

I am trying to deploy my web project and I keep getting this error:

Line 1: <%@ Application Codebehind=“Global.asax.cs” Inherits=“nadeem.MvcApplication” Langu         


        
22条回答
  •  一向
    一向 (楼主)
    2021-02-19 16:09

    Same issue i faced , when copy the project from another system. In my case i fixed this issue:

    delete everythings from inside Bin folder. Clean & Rebuild the app again

    Hope this will help.

提交回复
热议问题