I have a connection string in c# that cant connect to my instance running on studio express 2008. Both the application and the database are on the same machine. I have mixed mode on, and my instance name (found in my registry) is SqlExpress. I can log into the database with my user name and password but not in my connection string.
SqlConnection("Data Source=.\\SqlExpress;" + "Initial Catalog=test;"
+ "Integrated Security=false;" + "User Id=test;"
+ "Password=test;" + "connection timeout=300;" + "pooling=false;");
Try: