NET 2.0 Server error
hi,
I am getting the following server error in the browser when running c:\inetpub\wwwroot\mukera2\default.aspx :
------------------
Server Error in '/mukera2' 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 'Alex.Global'.
Source Error:
Line 1: <%@ Application Codebehind="Global.asax.cs" Inherits="Alex.Global" %>
Source File: /mukera2/global.asax Line: 1
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42
My application was working for the last 6 monthes with NET 1.1. After upgrading it to NET 2.o , I have been getting the above error
Please help me.what is the reason?
Thank you in advance
|