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

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

4 Answers 1145 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Matthew
Top achievements
Rank 1
Matthew asked on 23 Jan 2009, 05:33 PM
Greetings,

I've set up Sharepoint according to the Telerik documentation. I have two seperate RADGrid controls on a page. I can see the grids just fine, however when a user with just "Reader" rights accesses the page the following error occurs. 

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

Why would this happen to people that have read-only access? Any ideas?

I have a demo on Monday and really need some guideance to troubleshoot this.

Thank you,

-Matt

4 Answers, 1 is accepted

Sort by
0
Brian Mains
Top achievements
Rank 1
answered on 23 Jan 2009, 05:43 PM
Hey,

Whether the page is read only or not, telerik uses a custom AXD to stream down resources.  If you are using the RadScriptManager, open up the designer, click the smart tag button, and there is an option to automatically add this definition to the web.config file.

Brian
0
Matthew
Top achievements
Rank 1
answered on 23 Jan 2009, 05:58 PM
Greetings Brian,

Thanks for the quick response. After double ckecking the web.config file I found that the following was not present in the HttpHandlers section:

<add path="Telerik.Web.UI.WebResource.axd" verb="*" type="Telerik.Web.UI.WebResource, Telerik.Web.UI, Version=2008.3.1125.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4" validate="false" /> 

I double checked the set up and it's not part of the MOSS implementation. However, it does show up as a troubleshooting tip if you search for "Telerik.Web.UI.WebResource.axd".

Again thanks for the quick response.

-Matt
0
vvvv
Top achievements
Rank 1
answered on 17 Aug 2011, 05:22 AM
Thank you so much. It really saved my time.
0
Namrata
Top achievements
Rank 1
answered on 22 Jun 2012, 12:27 PM
Thanx:) it worked.
Tags
Grid
Asked by
Matthew
Top achievements
Rank 1
Answers by
Brian Mains
Top achievements
Rank 1
Matthew
Top achievements
Rank 1
vvvv
Top achievements
Rank 1
Namrata
Top achievements
Rank 1
Share this question
or