Customer Portal Language
 
Home Knowledge Base Info INFO: MSSQL Connection String
Information
Article ID2
Created On5/2/2008
Modified5/2/2008
Share With Others
INFO: MSSQL Connection String
Please use this default MSSQL connection string in your web.config file.

<connectionStrings>
<add name="SiteSqlServer" connectionString="server=(local);uid=;pwd=;Trusted_Connection=no;database=dbname" />
</connectionStrings>