Guest User

new config

a guest
Jul 12th, 2017
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.62 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <configuration>
  3.   <!--
  4.    Configure your application settings in appsettings.json. Learn more at http://go.microsoft.com/fwlink/?LinkId=786380
  5.  -->
  6.   <system.webServer>
  7.     <handlers>
  8.       <add name="aspNetCore" path="*" verb="*" modules="AspNetCoreModule" resourceType="Unspecified" />
  9.     </handlers>
  10.     <aspNetCore processPath="dotnet" arguments=".\EmployeePortalSecureAuthAspNetCORE.dll" stdoutLogEnabled="false" stdoutLogFile=".\logs\stdout" forwardWindowsAuthToken="false" />
  11.   </system.webServer>
  12. </configuration>
  13. <!--ProjectGuid: 6ee7f9d3-46f4-4592-ab02-8bc56936bff1-->
Add Comment
Please, Sign In to add comment