Forum Moderators: open
Does your webapp connect to an access database?
No, it's connecting to an SQL 7 database on another dedicated Win2000 server.
Rebooting IIS solves it most of the time.
Actually, it's helped every time so far. Unfortunately, this tends to happen when I'm away and don't notice it until I get back to a computer. With a 4 million page view per month (9M hit) site, it tends to upset a few people.
Also explicitly close all opened resources from your asp script, always a good practice
I've gone back through and checked each and every page for the "rs.close" and "set rs = nothing" and made sure they all have it. Unfortunately, it hasn't helped.
I really don't think it's a basic level ASP problem (aka, write descent code and use a descent database) but I may be missing something.