Hi,I have an ASP .NET 2.0 web application. I used VB .Net to implement and the DB is in Microsoft SQL Sever 2000. After I published it to the production severs, I encountered a problem. Several times, the site just kind of crashed. No any error pages. Basically, everytime, the site was working fast and good at the beginning. After completing several forms, it suddently takes forever to response to another user's action, like button clicking... It looks like the DB connection is suddenly broken for a while. I checked the Event Log, i didn't see anything wrong. But after a while, it starts to work fine again. Does anyone have any suggestions? thanks
View Complete Post