16
Answers

How to deployment project database attachment other PC

Methoun Ahmed

Methoun Ahmed

7y
884
1
I have a project which is developer tools use in C# and Sqlserver 2012 and deployment that,s project make install file.But,i face a error connect to database sqlserver.Here is my connection string.Here is my connection string....
 
SqlConnection con = new SqlConnection(@"Data Source=.;Initial Catalog=D:\MESMANAGEMENT\MESMANAGEMENT\DATABASE\MESMANAGEMENT.MDF;Integrated Security=True"); 
Answers (16)