Click here to Skip to main content
15,886,362 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Dear Friends,

Am working on Asp.net C# , and DB is SqlServer 2005.

I have made a Intranet Application...and my database is in Server. I need to connect it through server.

am using Windows Authentication in SqlServer 2005

So, when i run the application...its displays login page. when i enter username , password and clicks on login it shows an error....

This is the error what am getting.

==========================================================================

The client was unable to establish a connection because of an error during connection initialization process before login. Possible causes include the following: the client tried to connect to an unsupported version of SQL Server; the server was too busy to accept new connections; or there was a resource limitation (insufficient memory or maximum allowed connections) on the server. (provider: Named Pipes Provider, error: 0 - No process is on the other end of the pipe.)

==========================================================================

Please anybody can help me how to do this.

Thanks.
Posted

 
Share this answer
 
hi,

pls login using sql authentication mode.

Kindly try this for better results.
 
Share this answer
 
Refer to the following post


sql server login problem[^]


best of luck.........
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900