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

Issue in radscriptmanager control

1 Answer 57 Views
ScriptManager and StyleSheetManager
This is a migrated thread and some comments may be shown as answers.
parvathy
Top achievements
Rank 1
parvathy asked on 20 Oct 2010, 07:38 AM
I m  using this code,but below error is coming....I m using visual web developer2008....Microsoft .NET Framework Version:2.0.50727.3053; ASP.NET Version:2.0.50727.3053 ...ajax toolkit not used

'~/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



<system.webServer>
            <validation validateIntegratedModeConfiguration="false"/>
        <modules runAllManagedModulesForAllRequests="true">
      <remove name="ScriptModule"/>
      <add name="n2.initializer" type="N2.Web.InitializerModule, N2"/>
      <add name="ScriptModule" preCondition="managedHandler" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
      <add name="RadUploadModule" type="Telerik.Web.UI.RadUploadHttpModule"/>

      <add name="RadCompression" type="Telerik.Web.UI.RadCompression"
           
    </modules>
        <handlers>
            <remove name="WebServiceHandlerFactory-Integrated"/>
            <remove name="ScriptHandlerFactory"/>
            <remove name="ScriptHandlerFactoryAppServices"/>
            <remove name="ScriptResource"/>
      <add name="n2.ajax" path="*.n2.ashx" verb="*" type="N2.Web.AjaxRequestHandler, N2"/>
           
      
      <add name="Telerik_Web_UI_DialogHandler_aspx" path="Telerik.Web.UI.DialogHandler.aspx" type="Telerik.Web.UI.DialogHandler" verb="*" preCondition="integratedMode,runtimeVersionv2.0"/>
      <add name="Telerik_RadUploadProgressHandler_ashx" path="Telerik.RadUploadProgressHandler.ashx" type="Telerik.Web.UI.RadUploadProgressHandler" verb="*" EnableHandlerDetection="false" preCondition="integratedMode,runtimeVersionv2.0 "/>
      <add name="Telerik_Web_UI_WebResource_axd" path="Telerik.Web.UI.WebResource.axd" type="Telerik.Web.UI.WebResource" verb="*" preCondition="integratedMode,runtimeVersionv2.0"/>
      <add name="RadCompression" type="Telerik.Web.UI.RadCompression" />
    </handlers>
    
    <staticContent>
      <remove fleExtension=".vcs" />
      <remove fileExtension=".vcf" />
      <mimeMap fileExtension=".vcf" mimeType="text/x-vcard" />
      <mimeMap fileExtension=".vcs" mimeType="text/x-vCalendar" />
    </staticContent>
    
  </system.webServer>





shal u plz help me

1 Answer, 1 is accepted

Sort by
0
Yana
Telerik team
answered on 25 Oct 2010, 09:53 AM
Hi parvathy,

I've tested the provided section from the web.config file but wasn't able to observe the issue - I only had to close this tag:

<add name="RadCompression" type="Telerik.Web.UI.RadCompression" />

I suggest you check the following help article:

Troubleshooting RadScriptManager

If it doesn't help, please open a support ticket and send us simple project demonstrating the problem.

All the best,
Yana
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or whhttp://admin.telerik.com/default.aspx?Context=Support&Control=%7e%2fUserControls%2fSupport%2fThreadReply.ascx&ST=358887&SM=0en a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
ScriptManager and StyleSheetManager
Asked by
parvathy
Top achievements
Rank 1
Answers by
Yana
Telerik team
Share this question
or