File tree 1 file changed +31
-20
lines changed
general-information/troubleshooting
1 file changed +31
-20
lines changed Original file line number Diff line number Diff line change @@ -83,26 +83,37 @@ There are two ways to resolve this:
83
83
**web.config**
84
84
85
85
<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>
106
117
107
118
108
119
### Dealing with the 404 Error Code (the Requested URL was Not Found)
You can’t perform that action at this time.
0 commit comments