Skip to content

Instantly share code, notes, and snippets.

@rahulsahay19
Created March 19, 2017 08:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rahulsahay19/782df7bc1a0538c710d70531a5b3295b to your computer and use it in GitHub Desktop.
Save rahulsahay19/782df7bc1a0538c710d70531a5b3295b to your computer and use it in GitHub Desktop.
web.config
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<system.webServer>
<handlers>
<add name="aspNetCore" path="*" verb="*" modules="AspNetCoreModule" resourceType="Unspecified" />
</handlers>
<aspNetCore processPath="dotnet" arguments=".\Demo2.dll" stdoutLogEnabled="false" stdoutLogFile=".\logs\stdout" />
</system.webServer>
</configuration>
<!--ProjectGuid: 012c593c-2f2e-4375-904c-b834a06ea8a1-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment