Tuesday, July 21, 2009

A connection was successfully established with the server, but then an error occurred during the login process. (provider: Shared Memory Provider, err

Hi,

If you get this error when you run a asp.net application:

A connection was successfully established with the server, but then an error occurred during the login process. (provider: Shared Memory Provider, error: 0 - No process is on the other end of the pipe.)

Please don't waste time, check whether the connection string is right. I forgot to give appropriate initial Catalog ! :)

<add name="pubsConnectionString" Initial Catalog=YOURDB;Persist Security Info=True;User ID=user;Password=pawssword" providerName="System.Data.SqlClient"/>


Regards
Fauzi

3 comments:

david santos said...

مرحبا يا صديقي ، وأتمنى لك نهارا سعيدا.

Anonymous said...

Salam Mohammad,

well, i am getting this error too but not all the time !!!! even that i am using the same connection string.

meaning that it works, then it stops working, any idea?

Yours,

Basel

Anonymous said...

I'm having this error !! currently stop working !! if i restart ther sql services, sql work normaly.!!