|
Connection string for MSSQL2008 database |
|
|
|
|
Please use this connection string in your web.config file
add name="Your_Reference" connectionString="initial catalog=DB_NAME;Data Source=VISION3\SQLEXPRESS;User Id=db_username;pwd=db_password;Connect Timeout=45;Pooling=true; Max Pool Size=40;" providerName="System.Data.SqlClient"
Replace DB_NAME, db_username and pwd=db_password with the relevant details from your account letter.
See also www.connectionstrings.com
If you have any problems connecting to your database, please contact us.
|