We recommend using the following string to connect to a SQL Server database:

< add name="strConn" connectionString="Data Source=111.111.111.111,9999;Database=DBNAME;Integrated Security=false;User ID=DBUSERNAME;Password=DBPASSWORD" providerName="System.Data.SqlClient" />

DBNAME - the name of the database created from the control panel
DBUSERNAME - the user created and associated with the database in the control panel
DBPASSWORD - the user password from above

111.111.111.111,9999 - MSSQL server IP and port on which MSSQL runs

 

If you encounter any problems in applying the above instructions please contact us. HostX offers the best ASP .NET hosting services and can offer you specialized assistance in using SolidCP.

Was this answer helpful? 0 Users Found This Useful (0 Votes)