Files
Leader.DriveThru/bin/web.config

12 lines
530 B
Plaintext
Raw Permalink Normal View History

2025-09-19 08:29:49 +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=".\Leader.DriveThru.exe" stdoutLogEnabled="false" stdoutLogFile=".\logs\stdout" hostingModel="inprocess" />
</system.webServer>
</location>
</configuration>
<!--ProjectGuid: DF332CD0-5C73-64BE-2457-0AB36D5FD1FC-->