dotnet runtime

This commit is contained in:
2025-08-07 14:48:22 +08:00
parent 78875f87da
commit 0e4e1f0f6d
915 changed files with 782784 additions and 2 deletions

12
bin/web.config Normal file
View File

@@ -0,0 +1,12 @@
<?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.TeaShop.SG.exe" stdoutLogEnabled="false" stdoutLogFile=".\logs\stdout" hostingModel="inprocess" />
</system.webServer>
</location>
</configuration>
<!--ProjectGuid: 30E6379F-1C8E-7560-BE42-670A5E621F69-->