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

'~/Telerik.Web.UI.WebResource.axd' is missing in web.config

1 Answer 103 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
doug
Top achievements
Rank 2
doug asked on 29 Jan 2011, 03:22 PM
i have an existing app. (vs2010 pro., iis7(running local), apppool integrated - .net 4.0..tried 3.5 still doesn't fix it).  Whe i tried add a sample page for the RAD treeview control and run my app (local) i get this error: '~/Telerik.Web.UI.WebResource.axd' is missing in web.config

i searched the forum about adding the ref. to httphandles.  right click on the script mgr. add ref.  now when i try to run the app in debug i now get this: Unable to start debug on web server.    No matter what lines i add or remove from the handler as soon as i add Telerik_Web_UI_WebResource_axd it crashes. 

this is my system.webserver

<system.webServer>
<
handlers>
<
remove name="WebServiceHandlerFactory-Integrated" />
<
remove name="ScriptHandlerFactory" />
<
remove name="ScriptHandlerFactoryAppServices" />
<
remove name="ScriptResource" />
<
add name="ScriptHandlerFactory" verb="*" path="*.asmx" preCondition="integratedMode" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
<
add name="ScriptHandlerFactoryAppServices" verb="*" path="*_AppService.axd" preCondition="integratedMode" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
<
add name="ScriptResource" preCondition="integratedMode" verb="GET,HEAD" path="ScriptResource.axd" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
<
add name="Telerik_Web_UI_WebResource_axd" verb="*" preCondition="integratedMode" path="Telerik.Web.UI.WebResource.axd" type="Telerik.Web.UI.WebResource" />
</
handlers>
<
validation validateIntegratedModeConfiguration="false" />
<
defaultDocument>
<
files>
<
clear />
<
add value="default.aspx" />
<
add value="Default.htm" />
<
add value="Default.asp" />
<
add value="index.htm" />
<
add value="index.html" />
<
add value="iisstart.htm" />
</
files>
</
defaultDocument>
</
system.webServer>

 

1 Answer, 1 is accepted

Sort by
0
Nikolay Tsenkov
Telerik team
answered on 01 Feb 2011, 09:42 AM
Hello doug,

Please, open a support ticket and send us a sample reproducing the problem.
Please, do not include the Telerik.Web.UI and Telerik.Web.Design assemblies in the sample - only specify the version you use.


Regards,
Nikolay Tsenkov
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
Tags
TreeView
Asked by
doug
Top achievements
Rank 2
Answers by
Nikolay Tsenkov
Telerik team
Share this question
or