2024-05-28 14:49:22 +08:00
|
|
|
<?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=".\wtmProject.dll" stdoutLogEnabled="false" stdoutLogFile=".\logs\stdout" hostingModel="InProcess" />
|
|
|
|
|
</system.webServer>
|
|
|
|
|
</location>
|
|
|
|
|
</configuration>
|
2024-05-16 17:30:33 +08:00
|
|
|
<!--ProjectGuid: a3740024-0789-4d28-82fb-3bbf84d480d2-->
|