I get the following error:
The website is compiled and published!!
Server Error in '/ABCMainTest' Application.
--------------------------------------------------------------------------------
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 'ABC.Global'.
Source Error:
Line 1: <%@ Application Inherits="ABC.G lobal" Language="VB" %>
Line 2:
Line 3: <script language="VB" runat="server">
Source File: C:\ABC\Test Website\global. asax Line: 1
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.432 2.573; ASP.NET
Version:1.1.432 2.573
The website is compiled and published!!
Server Error in '/ABCMainTest' Application.
--------------------------------------------------------------------------------
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 'ABC.Global'.
Source Error:
Line 1: <%@ Application Inherits="ABC.G lobal" Language="VB" %>
Line 2:
Line 3: <script language="VB" runat="server">
Source File: C:\ABC\Test Website\global. asax Line: 1
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.432 2.573; ASP.NET
Version:1.1.432 2.573
Comment