I have seen several posts about this error, and the general solution seems to be to make sure the Telerik Web Resource file is referenced in the <system.webServer><handlers> portion of the web config file. I have that reference in my web.config file, but I still get the error when a page containing a RadTreeView is loaded. The control won't load properly. Here is the entry from my web.config file:
I reference the RadScriptManager in a MasterPage.
This works perfectly when I deploy the site to IIS6.0 but, not when I deploy it to IIS7.
Any recommendations as to how to fix this problem?
Thanks.
<system.webServer> <handlers><add name="Telerik_Web_UI_WebResource_axd" path="Telerik.Web.UI.WebResource.axd" type="Telerik.Web.UI.WebResource" verb="*" preCondition="integratedMode,runtimeVersionv2.0"/> </handlers> </system.webServer>I reference the RadScriptManager in a MasterPage.
This works perfectly when I deploy the site to IIS6.0 but, not when I deploy it to IIS7.
Any recommendations as to how to fix this problem?
Thanks.