C
Craig Santoli
Hello,
I have an ASP.Net 1.1 web page running on an IIS6.0/Windows 2003 Server. In
the page I have a user control that is dynamically created using
LoadControl. The page works fine at first (after being installed on the
server), but after a while (say 30 minutes), the page returns the error
below when loading...
Any help is greatly appreciated. Thanks!
Failed to map the path '<myfilename>.ascx'. at
System.Web.Hosting.ISAPIWorkerRequestInProcForIIS6.MapPathSlowUsingIISCore(String
path)
at System.Web.Hosting.ISAPIWorkerRequest.MapPath(String path)
at System.Web.HttpRequest.MapPath(String virtualPath, String
baseVirtualDir, Boolean allowCrossAppMapping)
at
System.Web.UI.TemplateControlParser.CompileAndGetParserCacheItem(String
virtualPath, String inputFile, HttpContext context)
at System.Web.UI.TemplateControlParser.GetCompiledType(String
virtualPath, String inputFile, HttpContext context)
at System.Web.UI.UserControlParser.GetCompiledUserControlType(String
virtualPath, String inputFile, HttpContext context)
at System.Web.UI.TemplateControl.LoadControl(String virtualPath)
...
I have an ASP.Net 1.1 web page running on an IIS6.0/Windows 2003 Server. In
the page I have a user control that is dynamically created using
LoadControl. The page works fine at first (after being installed on the
server), but after a while (say 30 minutes), the page returns the error
below when loading...
Any help is greatly appreciated. Thanks!
Failed to map the path '<myfilename>.ascx'. at
System.Web.Hosting.ISAPIWorkerRequestInProcForIIS6.MapPathSlowUsingIISCore(String
path)
at System.Web.Hosting.ISAPIWorkerRequest.MapPath(String path)
at System.Web.HttpRequest.MapPath(String virtualPath, String
baseVirtualDir, Boolean allowCrossAppMapping)
at
System.Web.UI.TemplateControlParser.CompileAndGetParserCacheItem(String
virtualPath, String inputFile, HttpContext context)
at System.Web.UI.TemplateControlParser.GetCompiledType(String
virtualPath, String inputFile, HttpContext context)
at System.Web.UI.UserControlParser.GetCompiledUserControlType(String
virtualPath, String inputFile, HttpContext context)
at System.Web.UI.TemplateControl.LoadControl(String virtualPath)
...