We are seeing this error fire hundreds of times per day on a site that uses that latest version of Telerik RadControls for ASP.NET AJAX Q2 2009. We reviewed what was out there and concluded this error must be related to the WebResource and on your site, you provide this troubleshooting page - http://www.telerik.com/help/aspnet-ajax/web-resources-troubleshooting.html which we reviewed, along with the machineKey recommendations on MSDN http://msdn.microsoft.com/en-us/library/ms998288.aspx which we implemented on our production server in web.config on the affected site. Also in Web.config, these settings are currently in use for the scriptresource and webResource - they appear correct to us but I am relisting them in case we are missing something.
<add verb="GET,HEAD" path="ScriptResource.axd" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" validate="false"/>
<add path="Telerik.Web.UI.WebResource.axd" verb="*" type="Telerik.Web.UI.WebResource, Telerik.Web.UI, Culture=neutral, PublicKeyToken=121fae78165ba3d4" validate="false"/>
So my question (or begging plea) is this - is there any one out there who could provide more in depth recommendations or assistance in getting rid of this error. It seems benign from an end-user point of view, but probably affects performance, especially since we are logging hundreds of errors per day on this problem. Any assistance would be greatly appreciated!