using (SqlConnection conn = new SqlConnection("Data Source=SARAN-PC\SQLEXPRESS;Initial Catalog=ERP;integrated security=SSPI"))
{}
when i include this line in asp.net web application,it shows..(Unrecognised escape sequence as error) locating \S in the connection string…
help me to connect..
Thanks a lot
Add the @ sign before the start of your string to ignore escape sequences.