Change Database Connection
If you want to change the database connection, for example, if you want to use a restored backup with a different name, you can change the connection details using an XML file.
Find and open the “Connection.xml” file in your Enterprise Glossary installation folder under “AppData”.
Replace the four lines starting with <Server>, <Username>, <Password> and <DatabaseName> with these:
<Server>YourServerName</Server>
<Username>YourUserName</Username>
<Password>YourPassword</Password>
<DatabaseName>YourDatabaseName</DatabaseName>
Replace the italic values with your own connection details.
Save the Connection.xml
Recycle the AppPool
You can enter the values readable, they will be encrypted the next time the application is started after the connection file is saved.
Alternative: Initialize Setup
If you want to start the setup process again after you have gone through it, you can delete or rename the Connection.xml file in your Enterprise Glossary installation folder under AppData. You will then need to recycle the AppPool or restart the application.