Installing : Installing System Architect XT : Enabling System Architect XT web service : Editing the System Architect XT web service web.config file
  
Editing the System Architect XT web service web.config file
System Architect XT creates an impersonation account for the System Architect XT Web Service from the user name and password that you enter during the installation. You can change that user name and password in the web.config file (see Editing the web.config file).
Other customizations you can apply to the web.config file of System Architect XT Web Service include the following:
AppLogging
If set to "true" will cause System Architect XT Web Service to output log messages to the system application event log.
<add key="AppLogging" value="false"/>
SessionTimeOut
Controls the idle time in minutes before the session is destroyed. This value is only used if CheckSessionTimer is greater than 0.
<add key="SessionTimeOut" value="20"/>
CheckSessionTimer
The sleep time in minutes between the session idle checks. 0 prevents the timer from starting, leaving the session to run until the EndSession method is called.
<add key="CheckSessionTimer" value="20"/>