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.
2 parents 45c69ab + 72e15be commit d5163beCopy full SHA for d5163be
web.config
@@ -16,7 +16,7 @@
16
</requestFiltering>
17
</security>
18
<!--<handlers>
19
- <add name="aspNetCore" path="*" verb="*" modules="AspNetCoreModule" resourceType="Unspecified"/>
+ <add name="aspNetCore" path="*" verb="*" modules="AspNetCoreModuleV2" resourceType="Unspecified"/>
20
</handlers>-->
21
<aspNetCore processPath="%LAUNCHER_PATH%" arguments="%LAUNCHER_ARGS%" stdoutLogEnabled="false" stdoutLogFile=".\logs\stdout" forwardWindowsAuthToken="false" hostingModel="inprocess" />
22
<handlers>
@@ -49,4 +49,4 @@
49
<system.web>
50
<customErrors mode="On" />
51
</system.web>
52
-</configuration>
+</configuration>
0 commit comments