Hello,
You can use the bellow web.config configuration to exclude Telerik.Web.UI.WebResource.axd from authentication:
Give it a try and let me know if this helps to prevent the javascript error.
Regards,
Pavlina
Telerik
You can use the bellow web.config configuration to exclude Telerik.Web.UI.WebResource.axd from authentication:
<location path="Telerik.Web.UI.WebResource.axd"> <system.web> <authorization> <allow users="*" /> </authorization> </system.web></location>Give it a try and let me know if this helps to prevent the javascript error.
Regards,
Pavlina
Telerik
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 Feedback Portal
and vote to affect the priority of the items









