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.
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