Skip to content

Commit 4fe57c2

Browse files
docs(general): Update Unauthorized Access section
1 parent 9795684 commit 4fe57c2

File tree

1 file changed

+31
-20
lines changed

1 file changed

+31
-20
lines changed

general-information/troubleshooting/web-resources-troubleshooting.md

+31-20
Original file line numberDiff line numberDiff line change
@@ -83,26 +83,37 @@ There are two ways to resolve this:
8383
**web.config**
8484

8585
<configuration>
86-
...
87-
<location path="Telerik.Web.UI.WebResource.axd">
88-
<system.web>
89-
<authorization>
90-
<allow users="*"/>
91-
</authorization>
92-
</system.web>
93-
</location>
94-
<location path="Telerik.Web.UI.DialogHandler.aspx">
95-
<system.web>
96-
<authorization>
97-
<allow users="*"/>
98-
</authorization>
99-
</system.web>
100-
</location>
101-
...
102-
</configuration>
103-
104-
105-
86+
...
87+
<location path="Telerik.Web.UI.WebResource.axd">
88+
<system.web>
89+
<authorization>
90+
<allow users="*"/>
91+
</authorization>
92+
</system.web>
93+
</location>
94+
<location path="Telerik.Web.UI.DialogHandler.aspx">
95+
<system.web>
96+
<authorization>
97+
<allow users="*"/>
98+
</authorization>
99+
</system.web>
100+
</location>
101+
<location path="ScriptResource.axd">
102+
<system.web>
103+
<authorization>
104+
<allow users="*"/>
105+
</authorization>
106+
</system.web>
107+
</location>
108+
<location path="WebResource.axd">
109+
<system.web>
110+
<authorization>
111+
<allow users="*"/>
112+
</authorization>
113+
</system.web>
114+
</location>
115+
...
116+
</configuration>
106117

107118

108119
### Dealing with the 404 Error Code (the Requested URL was Not Found)

0 commit comments

Comments
 (0)