2025-01-13 21:06:59 +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>
|
2025-02-12 19:23:50 +08:00
|
|
|
<aspNetCore processPath="dotnet" arguments=".\YD_XinWei.Api.dll" stdoutLogEnabled="false" stdoutLogFile=".\logs\stdout" hostingModel="inprocess" />
|
2025-01-13 21:06:59 +08:00
|
|
|
</system.webServer>
|
|
|
|
</location>
|
|
|
|
</configuration>
|
|
|
|
<!--ProjectGuid: 9afb29dd-781b-44b2-a88c-562a0ffdaac3-->
|