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
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.