P
Peter Strøiman
Hi.
I have a web application running .NET 2.0.
In the global.asax we have set up a handler for the ApplicationError event.
The handler sends an email with details about the error.
The puzzling thing is that we regularly (5-10 times a week) get this error
message:
System.Web.HttpException: This is an invalid webresource request.
at
System.Web.Handlers.AssemblyResourceLoader.System.Web.IHttpHandler.ProcessRequest(HttpContext
context)
at
System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&
completedSynchronously)
The requested URL for this is http://url:80/WebResource.axd
We don't use web-resources ourselves.
Thanks in advance,
Pete
I have a web application running .NET 2.0.
In the global.asax we have set up a handler for the ApplicationError event.
The handler sends an email with details about the error.
The puzzling thing is that we regularly (5-10 times a week) get this error
message:
System.Web.HttpException: This is an invalid webresource request.
at
System.Web.Handlers.AssemblyResourceLoader.System.Web.IHttpHandler.ProcessRequest(HttpContext
context)
at
System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&
completedSynchronously)
The requested URL for this is http://url:80/WebResource.axd
We don't use web-resources ourselves.
Thanks in advance,
Pete