MS SQL Database connection string
After you have successfully deployed your database, you will need to update the connection settings in your software to point to our servers.
Step-by-Step Instructions
- Navigate to Your Database
- In the control panel, navigate to the MS SQL section.
- From the list, click on the name of the database you need the connection string for.
- Locate Connection Details
- On the database properties page, look for the section labeled Connection details.
- Find the row labeled Connection string.
- Copy the String
- Click the Copy to clipboard link located next to the connection string to copy it exactly as needed.
- Paste this string into your application's configuration file (e.g.,
web.config or appsettings.json).