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

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

5 Answers 426 Views
ScriptManager and StyleSheetManager
This is a migrated thread and some comments may be shown as answers.
Michael
Top achievements
Rank 1
Michael asked on 29 Nov 2011, 06:25 PM
The project I am working on has nested web.config files and I have wrapped the httpHandlers in <location path="." inheritInChildApplications="false">. This throws the error:
['~/Telerik.Web.UI.WebResource.axd' is missing in web.config. RadStyleSheetManager requires a HttpHandler registration in web.config.]

When I remove the "location" tag everything works as expected.

Is there a work-around to fix this issue?

The project is using dotnetnuke professional and uses the telerik controls specifically for dotnetnuke.

5 Answers, 1 is accepted

Sort by
0
Gino Pilotino
Top achievements
Rank 1
answered on 13 Jan 2012, 08:37 PM
I have the same problem with DotNetNuke community edition when we upgraded from version 5.X to version 6.X
On versiĆ³n 5.X the location tag worked OK, now we get the error.

Gino.
0
Simon
Telerik team
answered on 18 Jan 2012, 12:18 PM
Hello Michael,

Could you please first try removing RadStyleSheetManager and adding RadScriptManager to the page (without making changes to the web.config) and verify whether the same error arises? Then (back with RSSM) set the EnableHandlerDetection property to false and test the page to see if it works.

Greetings,
Simon
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
0
Brett
Top achievements
Rank 1
answered on 16 May 2012, 07:55 PM
Hi, not sure where Michael is on this problem but:

I removed RadStyleSheetManager and had only RadScriptManager, and it worked.  So I put RSSM back in and set EnableHandlerDectection to false.  The page loads but without all the Telerik CSS.  All the "Webresource.axd" stuff isn't getting loaded. 

Next step? ;-)

 -Brett
0
Dimitar Terziev
Telerik team
answered on 22 May 2012, 11:32 AM
Hello Brett,

Could you share with us more information about the scenario that you are trying to implement.  As for the problem with the web resources, try to record your traffic using FiddlerCap and provide the log file so we could inspect it.

Regards,
Dimitar Terziev
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
Brett
Top achievements
Rank 1
answered on 22 May 2012, 03:36 PM
Hi Dimitar - 

This was resolved for me - I had updated the web.config with the proper registrations, but the changes weren't taking.  In the end we had to do some updates to resolve it.

 -Brett
Tags
ScriptManager and StyleSheetManager
Asked by
Michael
Top achievements
Rank 1
Answers by
Gino Pilotino
Top achievements
Rank 1
Simon
Telerik team
Brett
Top achievements
Rank 1
Dimitar Terziev
Telerik team
Share this question
or