Skip to content

Commit 8c02dde

Browse files
committed
replacing accidental deletion of web.config
1 parent 60e2c62 commit 8c02dde

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<configuration>
3+
<location path="." inheritInChildApplications="false">
4+
<system.webServer>
5+
<handlers>
6+
<remove name="ASPxHttpHandlerModule" />
7+
<remove name="ASPxUploadProgressHandler" />
8+
</handlers>
9+
<modules>
10+
<remove name="ASPxHttpHandlerModule" />
11+
</modules>
12+
</system.webServer>
13+
</location>
14+
<system.webServer>
15+
<directoryBrowse enabled="false" />
16+
</system.webServer>
17+
</configuration>

0 commit comments

Comments
 (0)