Installing : Installing System Architect XT : Enabling System Architect XT web service : Editing the System Architect XT web service web.config file : Checking folder permissions for the System Architect XT web service domain account
  
Checking folder permissions for the System Architect XT web service domain account
If the domain account established for System Architect XT web service is different from the account used for System Architect XT needs the same permissions on the folders described in Folders and files that require the full control permission.
The System Architect XT Web Service web.config file contains an appSetting that allows the Administrator to control the folder used by the System Architect XT Web Service for temporary files. The following example forces the System Architect XT Web Service to use the C:\SAXTWebService folder:
<appSettings>
<add key="TempFolder" value="C:\SAXTWebService">
</appSettings>
By default, the web.config file does not contain a TempFolder value. Therefore, unless you change it, System Architect XT Web Service uses the folder set by the operating system.