Skip to content

Commit 4961a89

Browse files
authored
Update common-error-stylesheetmanager-requires-httphandler-registration.md
1 parent e2b8433 commit 4961a89

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

knowledge-base/common-error-stylesheetmanager-requires-httphandler-registration.md

+12-6
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,18 @@ Below are the common troubleshooting steps to solve this error:
4747
````
4848

4949
- Check for any nested web.config files
50-
51-
- Examine other support cases on the topic:
52-
53-
- https://aspnetfaq.com/resolving-the-error-telerik-web-ui-webresource-axd-is-missing-in-web-config/
54-
55-
- https://www.telerik.com/forums/telerik-web-ui-webresource-axd-is-missing-in-web-config
50+
- IIS Application Pool Settings - In some cases, issues arise due to IIS application pool settings. Specifically, the enableConfigurationOverride property, if set to false, prevents the application from reading or overriding settings in the web.config file. This can block the registration of HTTP handlers like Telerik.Web.UI.WebResource.axd.
51+
Steps to Resolve:
52+
- Verify the enableConfigurationOverride setting in the IIS configuration file (applicationHost.config).
53+
- Ensure it is set to true.
54+
55+
Location of applicationHost.config:
56+
- %WINDIR%\System32\inetsrv\Config
57+
- %WINDIR%\SysWOW64\inetsrv\Config
58+
>Tip: Consult with your server administrator before modifying the applicationHost.config file to avoid unintended consequences.
59+
60+
- Examine this forum discussion on the topic:
61+
- https://www.telerik.com/forums/telerik-web-ui-webresource-axd-is-missing-in-web-config
5662

5763
## See Also
5864

0 commit comments

Comments
 (0)