Files
juipnet/Host/bin/Release/netcoreapp2.2/publish/web.config
2020-12-13 12:55:24 +08:00

14 lines
563 B
XML

<?xml version="1.0" encoding="utf-8"?>
<configuration>
<location path="." inheritInChildApplications="false">
<system.webServer>
<handlers>
<add name="aspNetCore" path="*" verb="*" modules="AspNetCoreModuleV2" resourceType="Unspecified" />
</handlers>
<aspNetCore processPath="dotnet" arguments=".\Host.dll" stdoutLogEnabled="false" stdoutLogFile=".\logs\stdout">
<environmentVariables />
</aspNetCore>
</system.webServer>
</location>
</configuration>
<!--ProjectGuid: 8362BF5D-63CF-411C-B11C-02C02684B7D1-->