while accessing the home page by giving this URL
http://localhost/shopcart/home.aspx, I am getting this error.I have downloaded the code from a site.
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 'ShopCart.Global'.
Source Error:
Line 1: <%@ Application Codebehind="Global.asax.cs" Inherits="ShopCart.Global" %>
Source File: C:\Inetpub\wwwroot\shopcart\global.asax Line: 1
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET Version:1.1.4322.573
kindly help.
Shupi