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

WebResource.axd missing

1 Answer 156 Views
Upload (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Bharani Mani
Top achievements
Rank 1
Bharani Mani asked on 14 Sep 2010, 10:23 PM
Hello,
          I have RadAsyncUpload control in my aspx page. I got the following error WebResource.axd missing.

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

Then I added the following to my web.config file.

<

 

system.webServer>

 

<

 

handlers>

 

<

 

add path="Telerik.Web.UI.WebResource.axd" verb="*" type="Telerik.Web.UI.WebResource, Telerik.Web.UI, Version=2010.1.309.20, Culture=neutral, PublicKeyToken=121fae78165ba3d4"

 

 

 

name="Telerik.Web.UI.WebResource"/>

 

</

 

handlers>

 

</

 

system.webServer>

 

 

 

I still get the same error after adding webresource.axd to webconfig. I restarted webserver multiple times but no use. Any help would be appreciated.

Thanks,
Bharani

1 Answer, 1 is accepted

Sort by
0
T. Tsonev
Telerik team
answered on 16 Sep 2010, 04:40 PM
Hi Bharani,

The registration you've added in the system.webServer section is for IIS 7.x. If you're using earlier version you need to register it in system.web/httpHandlers. See this help topic.

I hope this helps.

Greetings,
Tsvetomir Tsonev
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 when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Upload (Obsolete)
Asked by
Bharani Mani
Top achievements
Rank 1
Answers by
T. Tsonev
Telerik team
Share this question
or