web.config 562 B

123456789101112
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <configuration>
  3. <location path="." inheritInChildApplications="false">
  4. <system.webServer>
  5. <handlers>
  6. <add name="aspNetCore" path="*" verb="*" modules="AspNetCoreModuleV2" resourceType="Unspecified" />
  7. </handlers>
  8. <aspNetCore processPath="dotnet" arguments=".\Ropin.Environmentally.LoRaApi.dll" stdoutLogEnabled="false" stdoutLogFile=".\logs\stdout" hostingModel="inprocess" />
  9. </system.webServer>
  10. </location>
  11. </configuration>
  12. <!--ProjectGuid: 8b35aefb-9564-4e76-bc12-8dd10872b5af-->