G
Guest
Hi guys,
Getting a strange error intermittently on one of our production sites and
wondering whether you could shed some light on it.
System.Exception: Exception thrown initializing DBSystemValues collection
---> System.Web.HttpException: Failed to map the path '/log/'.
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.HttpRequest.MapPath(String virtualPath)
As you can see we are initialising a little collection of important system
items one of them being the log file path and we get this error. This only
happens very occasionaly but is a little concerning.
Wondering whether anyone else had noticed this MapPathSlowUsingIISCore error
before?
Thanks
Getting a strange error intermittently on one of our production sites and
wondering whether you could shed some light on it.
System.Exception: Exception thrown initializing DBSystemValues collection
---> System.Web.HttpException: Failed to map the path '/log/'.
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.HttpRequest.MapPath(String virtualPath)
As you can see we are initialising a little collection of important system
items one of them being the log file path and we get this error. This only
happens very occasionaly but is a little concerning.
Wondering whether anyone else had noticed this MapPathSlowUsingIISCore error
before?
Thanks