Offline performance depends on IIS Express log file folder

Signifikant Offline uses IISExpress, and it created log file in users Documents folder. Sometimes, if a profile is used where the Documents folder is mapped to OneDrive it may cause performance problems. To change the log folder open the definition file: C:\ProgramData\Signifikant\Assert AnyTime applicationhost.config.

Locate the siteDefaults element.

Change directory attribute, from the default: %IIS_USER_HOME%\Logs, for example to C:\ProgramData\Signifikant\Log.

Change the trace folder also for the same reason.

<siteDefaults> <logFile logFormat="W3C" directory="C:\ProgramData\Signifikant\Log" /> <traceFailedRequestsLogging directory="C:\ProgramData\Signifikant\Trace" enabled="true" maxLogFileSizeKB="1024" /> </siteDefaults>