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
Right Click > Open Folder in File Explorer
If you are in the directory, find Global.asax not the Global.asax.cs
Right click on Global.asax file then find Open with
Change Inherits="ProjectNameThatHasError.MvcApplication" to Inherits="YourNamespaceNow.MvcApplication"
You can open it in Notepad, Visual Studio any version, anyways you'll be editing text.