AdminStudioHost.exe.config file
AdminStudioHost.exe.config file should be updated with the ConnectionString details. AdminStudioHost.exe.config file can be found at C:\Program Files (x86)\AdminStudio\2021\Common. The file should be updated as follows:
• | If machine is in a domain, update as below: |
<connectionStrings>
<clear/>
<add name="WebServiceCatalog" connectionString="Data Source= SCHLTENG01\MSSQL_5500; User ID=as01test\XXXX;Initial Catalog=XXXXX;Integrated Security=SSPI;"/>
</connectionStrings>
• | If machine is not in domain, update as below: |
<connectionStrings>
<clear/>
<add name="WebServiceCatalog" connectionString="Data Source= SCHLTENG01\MSSQL_5500;User ID=sa;Initial Catalog=XXXXX;Password=*****;"/>
</connectionStrings>