- <?xml version="1.0" encoding="utf-8"?>
- <configuration>
- <location path="." inheritInChildApplications="false">
- <system.webServer>
- <handlers>
- <add name="aspNetCore" path="*" verb="*" modules="AspNetCoreModule" resourceType="Unspecified" />
- </handlers>
- <aspNetCore processPath="dotnet" arguments=".\SupplierWeb.dll" stdoutLogEnabled="false" stdoutLogFile=".\logs\stdout" />
- </system.webServer>
- </location>
- </configuration>
- <!--ProjectGuid: 5328E47A-290F-41CE-B9BE-3C13DCA5D838-->
|