This is a migrated thread and some comments may be shown as answers.

RadAjaxManager and DotNetNuke

1 Answer 91 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
McShorty
Top achievements
Rank 1
McShorty asked on 22 Dec 2008, 10:26 AM
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:

  <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

1 Answer, 1 is accepted

Sort by
0
McShorty
Top achievements
Rank 1
answered on 22 Dec 2008, 01:20 PM
Hi,

a restart of the application solved the error ( initiated from inside DNN ).

Thanks,
McShorty
Tags
Ajax
Asked by
McShorty
Top achievements
Rank 1
Answers by
McShorty
Top achievements
Rank 1
Share this question
or