ApiManutenzioni/ApiPolo/obj/Debug/net6.0/PubTmp/Out/web.config
2024-01-23 11:59:33 +01:00

12 lines
540 B
XML

<?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=".\ApiPolo.dll" stdoutLogEnabled="false" stdoutLogFile=".\logs\stdout" hostingModel="inprocess" />
</system.webServer>
</location>
</configuration>
<!--ProjectGuid: fcb070a4-cb11-48f7-8245-a609151a95f7-->