Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ASP and Caching (?)

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
Hello !!

For my company's intranet i created a telephone database (with ms-access) that is accessed by an ASP File.Our webserver is an NT4.0 webserver with IIS4 installed.

Now i have the following problem:
Everytime after 2-3 hours the server failed to run ASP files. on the users side when he opened an asp page with his browser, it didnt work anymore, nothing happened.Only a restart of the server helped.Until then, i didnt do any changes in the configuration of the IIS-Manager.
I then turned of all asp caching etc. in the webserver-configuration. now the webserver doesnt hang up by running asp files, but if you access ASP files too fast too often, the browser often says that the website cannot be found.

What could cause this. my guess is that when i dont turn of asp caching, the browser leaves to many sessions open und then crashes somewhen. I dont have much knowledge about ASP but that is what i would guess.
Does someone know of this problem and can help me?

Thank you and cya,
Joerg Zdarsky
 
Are you using

Rs.Close

Conn.Close

statements in your asp? I had the same problem with the server crashing when I did not put them in.

Mark
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top