Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Introduction

...

Change the path for the log file at “ stdoutLogFile=”.\logs\stdout” />

Code Block
languagenone
<?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='"C:\Program Files\ITSENSE AG\Authentication service\Server\iTsense.CoreLogin2.Server.dll" -db moving_appcustomer_900000 -appCustomer 900000' stdoutLogEnabled="true" stdoutLogFile=".\logs\stdout" />
        </system.webServer >
    </location>
</configuration>

...