aspdotnet_website_programming thread: Re: Getting 'Application Error' when clicking on Nav menu
> HI, I just started this book so bear with me. I have gotten the main
Phile
w> ebsite up and running on my computer, but if I click on the Books or
DVD
l> inks (link 1 or Link 2),I get the following 'Application Error'.
>
A> n unexpected error has occurred in this Application. The system
a> dministrators have been notified. Please feel free to contact us with
the
i> nformation surrounding this error.
T> he error occurred in: http://localhost/ThePhile/Books/default.aspx
E> rror Message: Exception of type System.Web.HttpException was thrown.
-> ------------------------------------------------------------------------
--
-> ----
S> tack Trace:
S> ystem.Web.HttpException: Exception of type System.Web.HttpException was
t> hrown. ---> System.IO.FileNotFoundException:
C> :\wrox\ThePhile\Books\default.aspx at
S> ystem.Web.UI.TemplateParser.GetParserCacheItem() at
S> ystem.Web.UI.TemplateControlParser.CompileAndGetParserCacheItem(String
v> irtualPath, String inputFile, HttpContext context) at
S> ystem.Web.UI.TemplateControlParser.GetCompiledInstance(String
v> irtualPath, String inputFile, HttpContext context) at
S> ystem.Web.UI.PageParser.GetCompiledPageInstance(String virtualPath,
S> tring inputFile, HttpContext context) at
S> ystem.Web.UI.PageHandlerFactory.GetHandler(HttpContext context, String
r> equestType, String url, String path) at
S> ystem.Web.HttpApplication.MapHttpHandler(HttpContext context, String
r> equestType, String path, String pathTranslated, Boolean useAppConfig) --
-
E> nd of inner exception stack trace --- at
S> ystem.Web.HttpApplication.MapHttpHandler(HttpContext context, String
r> equestType, String path, String pathTranslated, Boolean useAppConfig)
at
S> ystem.Web.MapHandlerExecutionStep.Execute() at
S> ystem.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&
c> ompletedSynchronously)
>
I> s this supposed to happen because I haven't created these pages yet, or
i> s there something wrong with my set up?
> Thanks!!