We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60e2c62 commit 8c02ddeCopy full SHA for 8c02dde
DigitalLearningSolutions.Web/web.config
@@ -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
11
+ </modules>
12
+ </system.webServer>
13
+ </location>
14
15
+ <directoryBrowse enabled="false" />
16
17
+</configuration>
0 commit comments