Reputation: 39
I have created a simple members database in ASP.NET with login and create account features. Can anyone give an example of the correct connection string that I would need to use to connect to this database remotely. Any answers would be greatly appreciated.
Upvotes: 0
Views: 76
Reputation: 73604
You didn't specify anything about the database (is it SQL Server, Access, MySql, etc). much less the server name, database name, etc. However, until specifics are posted, here is a nice general resource for figuring out your connection strings:
http://www.carlprothman.net/Default.aspx?tabid=81
Upvotes: 0
Reputation: 463
Based on the tag I'm guessing you're using SQL Server 2005. See: http://www.connectionstrings.com/sql-server-2005.
Upvotes: 1