Switch IIS hosting to out-of-process

This commit is contained in:
2026-05-20 08:25:10 +02:00
parent 6f8528ac54
commit e3b9d8d0c0
2 changed files with 29 additions and 1 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
arguments=".\BiDashboard.dll"
stdoutLogEnabled="true"
stdoutLogFile=".\logs\stdout"
hostingModel="inprocess" />
hostingModel="outofprocess" />
</system.webServer>
</location>
</configuration>