Skip to content

Instantly share code, notes, and snippets.

@samuelsherrer
Created April 18, 2019 18:47
Show Gist options
  • Save samuelsherrer/8fde15243e53d47ad0ca15c44fb91617 to your computer and use it in GitHub Desktop.
Save samuelsherrer/8fde15243e53d47ad0ca15c44fb91617 to your computer and use it in GitHub Desktop.
<?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=".\seuapp.dll" stdoutLogEnabled="false" stdoutLogFile=".\LogFiles\stdout" requestTimeout="00:20:00" />
</system.webServer>
</location>
</configuration>
<!--ProjectGuid: b4cfcb11-f60c-498b-a289-689fbdeb3221-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment