yavsc/build/wwwroot/web.config

9 lines
397 B
Plaintext

8 years ago
<configuration>
<system.webServer>
<customErrors mode="Off" />
<handlers>
<add name="httpplatformhandler" path="*" verb="*" modules="httpPlatformHandler" resourceType="Unspecified" />
</handlers>
<httpPlatform processPath="..\approot\web.cmd" arguments="" stdoutLogEnabled="false" stdoutLogFile="..\logs\stdout.log"></httpPlatform>
</system.webServer>
</configuration>