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

前端 未结 22 2934
灰色年华
灰色年华 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:15

    The only solution that worked for me

    1. Run, Type command %Temp% -> Deleting "Temporary ASP.NET Files".

    Other solutions I have tried, which didn't work.

    1. Cleaning/Rebuilding

    2. Cleaning bin, obj folders

    3. Changing namespace

提交回复
热议问题