edited: Title has to be: RadScriptManager and DotNetNuke
Hi,
i am evaluating the Telerik RadControls for ASP.NET.
My starting point was to enable radAjax by inserting the RadAjaxManager into one control.
The httphandler was created in the web.config in the sections system.web and system.webServer.
After requesting the page i get the following error:
'~/Telerik.Web.UI.WebResource.axd' is missing in web.config. RadScriptManager requires a HttpHandler registration in web.config. Please, use the control Smart Tag to add the handler automatically, or see the help for more information: Controls > RadScriptManager.
My entries in the web.config are:
Please could you give me a hint to solve the error?
Thanks,
McShorty
Hi,
i am evaluating the Telerik RadControls for ASP.NET.
My starting point was to enable radAjax by inserting the RadAjaxManager into one control.
The httphandler was created in the web.config in the sections system.web and system.webServer.
After requesting the page i get the following error:
'~/Telerik.Web.UI.WebResource.axd' is missing in web.config. RadScriptManager requires a HttpHandler registration in web.config. Please, use the control Smart Tag to add the handler automatically, or see the help for more information: Controls > RadScriptManager.
My entries in the web.config are:
<system.webServer> |
<handlers> |
<add name="Telerik_Web_UI_WebResource_axd" verb="*" preCondition="integratedMode" path="Telerik.Web.UI.WebResource.axd" type="Telerik.Web.UI.WebResource, Telerik.Web.UI, Version=2008.3.1125.20, Culture=neutral, PublicKeyToken=121fae78165ba3d4" /> |
</handlers> |
</system.webServer> |
<system.web> |
<httpHandlers> |
<add path="Telerik.Web.UI.WebResource.axd" type="Telerik.Web.UI.WebResource, Telerik.Web.UI, Version=2008.3.1125.20, Culture=neutral, PublicKeyToken=121fae78165ba3d4" verb="*" validate="false" /> |
</httpHandlers> |
</system.web> |
Please could you give me a hint to solve the error?
Thanks,
McShorty