Click here to Skip to main content
15,900,511 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have an Asp application with an untraceable Error in the LogIn Page. After x Days the site is broken and no one can LogIn.

Now I want to program this workaround:

http://privatetransporter.de/LogInLogging.jpg[^]

Does anyone know of such software?
Posted
Updated 28-Mar-11 21:30pm
v2
Comments
R. Giskard Reventlov 29-Mar-11 3:31am    
Have you tried debugging? Do you know how to set a breakpoint?

I would suspect that the problem is with your software, and that restarting the service is just a cludge round the problem. I also suspect that it won't work as in the diagram, since that is for a non-responsive web service rather than a website.

Look at your code. Somewhere, you are not releasing things correctly, or tying up resources. More I cannot say!
 
Share this answer
 
Thanks for your answer!!! The Web Application is very big, at this time i create a (error) logging function in the web-app...
But to find the error is not easy, i think... the "Check LogIn App" is a temporary solutuion.
 
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