Enable IIS detailed startup diagnostics
This commit is contained in:
@@ -10,7 +10,11 @@
|
||||
arguments=".\BiDashboard.dll"
|
||||
stdoutLogEnabled="true"
|
||||
stdoutLogFile=".\logs\stdout"
|
||||
hostingModel="outofprocess" />
|
||||
hostingModel="outofprocess">
|
||||
<environmentVariables>
|
||||
<environmentVariable name="ASPNETCORE_DETAILEDERRORS" value="true" />
|
||||
</environmentVariables>
|
||||
</aspNetCore>
|
||||
</system.webServer>
|
||||
</location>
|
||||
</configuration>
|
||||
|
||||
Reference in New Issue
Block a user