HttpHandler registration issue

1 Answer 236 Views
UI for ASP.NET AJAX in ASP.NET MVC
Saikat
Top achievements
Rank 1
Saikat asked on 11 Nov 2021, 11:14 AM

Hi Team,

I am getting the below error while debugging one of our code .

'~/Telerik.Web.UI.WebResource.axd' is missing in web.config. RadStyleSheetManager 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 > RadStyleSheetManager

 

though the entry is present in the web.config

 <httpHandlers>
        <add path="ChartImage.axd" type="Telerik.Web.UI.ChartHttpHandler" verb="*" validate="false" />
        <add path="Telerik.Web.UI.SpellCheckHandler.axd" type="Telerik.Web.UI.SpellCheckHandler" verb="*" validate="false" />
        <add path="Telerik.Web.UI.DialogHandler.aspx" type="Telerik.Web.UI.DialogHandler" verb="*" validate="false" />
        <add path="Telerik.RadUploadProgressHandler.ashx" type="Telerik.Web.UI.RadUploadProgressHandler" verb="*" validate="false" />
        <add path="Telerik.Web.UI.WebResource.axd" type="Telerik.Web.UI.WebResource" verb="*" validate="false" />
      </httpHandlers>

 

Can you please help me with this?

1 Answer, 1 is accepted

Sort by
0
Vessy
Telerik team
answered on 15 Nov 2021, 04:42 PM

Hi Saikat,

We have already answered your support ticket on the matter, for convenience I am pasting my colleague Rumen's reply here as well:

 

Here are a few ideas you can try:


If this does not help you resolve the situation, can you please send me a Fiddler Jam capture

 

Regards,
Vessy
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Tags
UI for ASP.NET AJAX in ASP.NET MVC
Asked by
Saikat
Top achievements
Rank 1
Answers by
Vessy
Telerik team
Share this question
or