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.
When i install the software on a test machine i get error cannot open connection to SQL Server.
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