The following error may appear in Sitecore log files when users request various ASP.NET resources via URLs like WebResource.axd and ScriptResource.axd. Such resources may, for example, include ASP.NET AJAX scripts.
Message: This is an invalid webresource request. System.Web.HttpException Source: System.Web 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)
In most situations, the cause of this error is not directly related to Sitecore, but rather to the general site configuration.
Several common causes for this behavior are listed below:
This error may also occur when a client browser or a search engine attempts to re-validate its cached contents for the WebResource.axd or ScriptResource.axd requests, possibly using query string parameters that are no longer valid.
Solution 3:
The error will stop occurring once the data is properly reloaded.