I
Irish
Hi All,
I'm getting a really weird exception on a web app. It's getting
thrown left right and center.
The Exception is as follows:
Message = "File Does Not Exist"
Source = "System.Web"
StackTrace =
at System.Web.StaticFileHandler.ProcessRequestInternal(HttpContext
context)
at System.Web.DefaultHttpHandler.BeginProcessRequest(HttpContext
context, AsyncCallback callback, Object state)
at
System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step,
Boolean& completedSynchronously)"
TargetSite: {System.Reflection.RuntimeMethodInfo}
It's getting thrown after the Page.Load's are finishing. I'm completly
lost on where it is coming from and as you can see the exception isn't
very helpful.
Thanks in advance to anyone willing to take this challenge on.
I'm getting a really weird exception on a web app. It's getting
thrown left right and center.
The Exception is as follows:
Message = "File Does Not Exist"
Source = "System.Web"
StackTrace =
at System.Web.StaticFileHandler.ProcessRequestInternal(HttpContext
context)
at System.Web.DefaultHttpHandler.BeginProcessRequest(HttpContext
context, AsyncCallback callback, Object state)
at
System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step,
Boolean& completedSynchronously)"
TargetSite: {System.Reflection.RuntimeMethodInfo}
It's getting thrown after the Page.Load's are finishing. I'm completly
lost on where it is coming from and as you can see the exception isn't
very helpful.
Thanks in advance to anyone willing to take this challenge on.