Skip to content

Commit d5163be

Browse files
2 parents 45c69ab + 72e15be commit d5163be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
</requestFiltering>
1717
</security>
1818
<!--<handlers>
19-
<add name="aspNetCore" path="*" verb="*" modules="AspNetCoreModule" resourceType="Unspecified"/>
19+
<add name="aspNetCore" path="*" verb="*" modules="AspNetCoreModuleV2" resourceType="Unspecified"/>
2020
</handlers>-->
2121
<aspNetCore processPath="%LAUNCHER_PATH%" arguments="%LAUNCHER_ARGS%" stdoutLogEnabled="false" stdoutLogFile=".\logs\stdout" forwardWindowsAuthToken="false" hostingModel="inprocess" />
2222
<handlers>
@@ -49,4 +49,4 @@
4949
<system.web>
5050
<customErrors mode="On" />
5151
</system.web>
52-
</configuration>
52+
</configuration>

0 commit comments

Comments
 (0)