I tried to run the sample case study in the book 'ASP.Net 1.1 (I added the files manually since the setup program got errors).
However, when i run the default page it displayed following errors. Any idea of this? Thx in advance.
Server Error in '/IBuyAdventure' 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 find a part of the path "c:\inetpub\wwwroot\IBuyAdventure\UserControl\Head er.ascx".
Source Error:
Line 1: <%@ Page Language="
VB" Inherits="IBuyAdventure.PageBase" src="components\stdpage.
vb" %>
Line 2: <%@ Register TagPrefix="IBA" TagName="Header" Src="UserControl\Header.ascx" %>
Line 3: <%@ Register TagPrefix="IBA" TagName="Categories" Src="UserControl\Categories.ascx" %>
Line 4: <%@ Register TagPrefix="IBA" TagName="Special" Src="UserControl\Special.ascx" %>