Database in asp

Closed
lomi - Jul 20, 2009 at 07:47 AM
cyril8727 Posts 24 Registration date Monday July 21, 2008 Status Member Last seen July 20, 2009 - Jul 20, 2009 at 12:46 PM
Hello,
sir i m nt able to get the output in browser after debugging the project nd i m getting the error
A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible.</ital>
Related:

1 response

cyril8727 Posts 24 Registration date Monday July 21, 2008 Status Member Last seen July 20, 2009 1
Jul 20, 2009 at 12:46 PM
Make sure that your connection string is valid.
It is usually of the form:

Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=DATABASENAME;Data Source=LOGININFO
1