Intermittent login issues to SQL Server
Posted
by
Etienne
on Server Fault
See other posts from Server Fault
or by Etienne
Published on 2012-06-11T12:58:02Z
Indexed on
2012/06/13
4:42 UTC
Read the original article
Hit count: 563
My website is an ASP.NET 2.0 website connecting to a SQL Express Database.
Every now and then I get the following error message when I load my site.
Login Failed for Username 'MyUsername'.
Then on another time I get the following error message.
A transport-level error has occurred when receiving results from the server. (provider: TCP Provider, error: 0 - The specified network name is no longer available.)
After pressing F5 a few times it will go away. It is very intermittent and it drives me nuts as the company hosting my website cant figure out why this is happening.
Then it works then it does not, then it does then it does not!
Any idea???
© Server Fault or respective owner