23 lines
1.0 KiB
XML
23 lines
1.0 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<configuration>
|
|
|
|
<!-- To customize the asp.net core module uncomment and edit the following section.
|
|
For more info see https://go.microsoft.com/fwlink/?linkid=838655 -->
|
|
<location path="." inheritInChildApplications="false">
|
|
<system.webServer>
|
|
<handlers>
|
|
<add name="aspNetCore" path="*" verb="*" modules="AspNetCoreModuleV2" resourceType="Unspecified" />
|
|
</handlers>
|
|
<aspNetCore processPath=".\StarWeb.exe" hostingModel="inprocess" stdoutLogEnabled="false" stdoutLogFile=".\logs\stdout">
|
|
<handlerSettings>
|
|
<handlerSetting name="experimentalEnableShadowCopy" value="true" />
|
|
<handlerSetting name="shadowCopyDirectory" value="../ShadowCopyDirectory/" />
|
|
<!-- Only enable handler logging if you encounter issues-->
|
|
<!--<handlerSetting name="debugFile" value=".\logs\aspnetcore-debug.log" />-->
|
|
<!--<handlerSetting name="debugLevel" value="FILE,TRACE" />-->
|
|
</handlerSettings>
|
|
</aspNetCore>
|
|
</system.webServer>
|
|
</location>
|
|
|
|
</configuration> |