Link to home
Start Free TrialLog in
Avatar of michael_m
michael_m

asked on

ASP PROBlEM

We run asp aplication that freeze from time to time. By booting up the problem rest until next time. I checked all data bases are closed correctly several time could not find any open once. Is there is any asp debugger? or any idea how to further check memory leakage?
Avatar of cheekycj
cheekycj
Flag of United States of America image

wow, this is a good question.

What kind of commands are you executing... is IE freezing up or the entire machine?

CJ
Avatar of michael_m
michael_m

ASKER

We issue commands like:
Con.Open, Con.Close
Rst.Open, Rst.Close
and so on....

the Server does not freeze up, the website is on and user can access pages, however if the user will try to excute anything to do with the ASP part (like calling to a read out from database) the aplication times out after a long time. Then we reboot and everything function normal.
Do you have the latest MDAC version?

This is really puzzling.

CJ
I am not sure what version I have. How do I check it? do you think the latest ver 2.5 will help?
I was having problems with my DB connectivity etc and when I updated MDAC it all went away.  Its an approach.

CJ
I am not sure what version I have. How do I check it? do you think the latest ver 2.5 will help?
I think it will.

CJ
Did you upgrade and did it help?

CJ
Yes I did upgrade, and so far so good
(we upgrade about a week ago)
ASKER CERTIFIED SOLUTION
Avatar of cheekycj
cheekycj
Flag of United States of America 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