Link to home
Start Free TrialLog in
Avatar of Joesmail
Joesmail

asked on

ASP.NET Database Connection Loss

Apparently, the front end of our ASP.NET application cannot tell the difference between an action
that is taking a long time e.g. adding an element to the webpage or when the application has lost its connection to the database.

This can result in a user seeing the "action circles" but no action actually
taking place because the connection has been lost.

Does anyone know what is happening and how to resolve this issue?

Thanks in advance.
ASKER CERTIFIED SOLUTION
Avatar of Om Prakash
Om Prakash
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Well, it can be a lot of reasons. How do you open the connection? What are you using for data handling in general?
Avatar of ukerandi
Can you publish your data connection code