Created
April 18, 2019 18:47
-
-
Save samuelsherrer/8fde15243e53d47ad0ca15c44fb91617 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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