My server is on Windows XP pro. Its Sql Server 2000.
When I am trying to access it from a client machine through ASP .Net, it is giving me an exception while opening the connection conn.Open();
System.Data.SQL Client.SQLExcep tion.
{"Cannot open database requested in login 'Database Name'. Login fails.\r\nLogin failed for user 'sa'."}
I tried everything. Change the configuration mode of the server to mixed configuration mode, enabled TCP/IP etc.
No idea what could be the problem.
Do server installations need to have a check at some necessary things/configurations? ?
Please help.
When I am trying to access it from a client machine through ASP .Net, it is giving me an exception while opening the connection conn.Open();
System.Data.SQL Client.SQLExcep tion.
{"Cannot open database requested in login 'Database Name'. Login fails.\r\nLogin failed for user 'sa'."}
I tried everything. Change the configuration mode of the server to mixed configuration mode, enabled TCP/IP etc.
No idea what could be the problem.
Do server installations need to have a check at some necessary things/configurations? ?
Please help.
Comment