Installing : Installing System Architect XT : Editing the web.config file
  
Editing the web.config file
Edit the web.config file to enter the user name and password for the System Architect XT Impersonation Account.
You need to do this only if you want to change the user name and password that you entered during the System Architect XT installation.
1 Open the web.config file with any text editor.
It is in the System Architect XT installation folder, typically:
C:\Program Files\UNICOM Systems\System Architect Suite\SAXT
2 Update the userName and password of the identity element with the new values. Substituting your actual values, the identity element looks like this:
<identity impersonate="true" userName="DomainName\UserName" password="password"/>
3 Save and close the web.config file.
If you are concerned about storing the User Name and Password with clear text, see Adding encrypted security to the impersonation account.