I have a fairly stupid question about a "bug"
that I cannot reproduce.
The websites at my company tracks all errors that users
encounter. One
of these errors looks like this:
Error Page:
h
ttp://www.xyz.com/Food/default_files/Products.aspx
Error Message: C:\http\
Food\default_files\Products.aspx
Stack Trace:
[System.IO.FileNotFoundException:
C:\http\Food\default_files\Products.aspx]
at
System.Web.UI.TemplateParser.GetParserCacheItem()
at
System.Web.UI.TemplateControlParser.CompileAndGetParserCache
Item(String
virtualPath, String inputFile, HttpContext context)
at
System.Web.UI.TemplateControlParser.GetCompiledInstance(Stri
ng
virtualPath, String inputFile, HttpContext context)
at
System.Web.UI.PageParser.GetCompiledPageInstanceInternal(Str
ing
virtualPath, String inputFile, HttpContext context)
at
System.Web.UI.PageHandlerFactory.GetHandler(HttpContext
context, String
requestType, String url, String path)
at
System.Web.HttpApplication.MapHttpHandler(HttpContext
context, String
requestType, String path, String pathTranslated, Boolean
useAppConfig)
I think this error is occurring when a user saves the web
page using IE.
The "default_files" directory is something that
IE would create when
saving a web page... "default.aspx" is a framed
page that contains
"Products.aspx" as a frame. So when IE saves
"default.aspx", it creates
a subfolder called "default_files".
The problem is I can't reproduce it! Has anyone seen this
behavior
before?
For reference, our server environment is WS03 w/ Framework
1.1.
Thanks,
Jason
===================================
This list is hosted by DevelopMentorŪ http://www.develop.com
View archives and manage your subscription(s) at http://discuss.develop.com
|