Could not load type DotNetSpider.ShopCart.Global
I have downloaded a asp.net application from net.I have saved it at c:\inetpub\wwwroot\shopcart and then set the web sharing property of this folder to shared.Now when I type thsi URL http://localhost/shopcart/home.aspx then i got this error
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 'DotNetSpider.ShopCart.Global'.
Source Error:
Line 1: <%@ Application Codebehind="Global.asax.cs" Inherits="DotNetSpider.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
Can anybody tell me why i am getting this error?
Shupi

