The connection string below is an example that specifies the use of encryption.
Essentially you are using the connection string from the SQL section of your control panel and adding encrypt=true to the end. Setting the encrypt property to true will cause the transmission of data to and from the SQL server to be encrypted.
<connectionStrings> <add name="MyConn" connectionString="Data Source=server;Initial Catalog=database;User ID=username;Password=password; encrypt=true;TrustServerCertificate=true" providerName="System.Data.SqlClient"/> </connectionStrings>
Trouble logging in? Simply enter your email address OR username in order to reset your password.
For faster and more reliable delivery, add support@discountasp.net to your trusted senders list in your email software.