yavsc/Yavsc/wwwroot/web.config

16 lines
507 B
Plaintext

<?xml version="1.0" encoding="utf-8"?>
<configuration>
<system.webServer>
<customErrors mode="Off"/>
<handlers>
<add name="httpPlatformHandler" path="*" verb="*" modules="httpPlatformHandler" resourceType="Unspecified"/>
</handlers>
<httpPlatform processPath="%DNX_PATH%" arguments="%DNX_ARGS%" stdoutLogEnabled="false"/>
</system.webServer>
<system.web>
<sessionState cookieless="true"
regenerateExpiredSessionId="true" />
</system.web>
</configuration>