update-----init
This commit is contained in:
14
Host/bin/Release/netcoreapp2.2/publish/web.config
Normal file
14
Host/bin/Release/netcoreapp2.2/publish/web.config
Normal file
@@ -0,0 +1,14 @@
|
||||
<?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-->
|
||||
Reference in New Issue
Block a user