I am getting following error when i run my project error details.
Parser Error
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.
Parser Error Message: Could not load type 'AccountWeb.Global'.
Source Error:
Line 1: <%@ Application Codebehind="Global.asax.cs" Inherits="AccountWeb.Global" Language="C#" %>
Source File: /global.asax Line: 1
Any help is much appericiated.
What’s the contents of your Global.asax.cs? The error indicates there’s a mismatch, either in namespace or class name, both must match.
So your .cs file must look something like