Enable IIS detailed startup diagnostics

This commit is contained in:
2026-05-20 08:29:02 +02:00
parent e3b9d8d0c0
commit 1dc336dc47
2 changed files with 6 additions and 1 deletions
+5 -1
View File
@@ -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>