SQL Connection String When deploying application

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • OuTCasT
    Contributor
    • Jan 2008
    • 374

    SQL Connection String When deploying application

    Good Morning all.

    I have an application that needs to be deployed with SQL Server Express Edition that i add to my Visual Studio project as a prerequisite.

    I have used the following connectionstrin g within the application.

    Code:
    Data Source=localhost;Initial Catalog=dbName;Persist Security Info=True;Integrated Security=SSPI
    When i install the software on a test machine i get error cannot open connection to SQL Server.
Working...