I have an asp website running on NT/IIS4 which uses an Access database. The server is fast and normally the website is very speedy.
However, after a while (1 - 2 months) connections to the access database build up (there is usually an ldb file with 4 - 6 admin connections). These connections won't go away and performance is severely slowed on the pages which call the database. The only thing which I have found effectively clears this is restarting the server.
I went through the entire site and made sure that all ADO connection and recordset objects are closed and set to nothing after use. However, this doesn't seem to fix the problem. Is there something else this could be? There are no objects in sessions (I'm not even using sessions except in the content management area of the site, and that only for passwording).
Has anyone seen this problem? I don't even know where to begin looking. Any help would be immensely appreciated.
--Will Duty
wduty@radicalfringe.com
However, after a while (1 - 2 months) connections to the access database build up (there is usually an ldb file with 4 - 6 admin connections). These connections won't go away and performance is severely slowed on the pages which call the database. The only thing which I have found effectively clears this is restarting the server.
I went through the entire site and made sure that all ADO connection and recordset objects are closed and set to nothing after use. However, this doesn't seem to fix the problem. Is there something else this could be? There are no objects in sessions (I'm not even using sessions except in the content management area of the site, and that only for passwording).
Has anyone seen this problem? I don't even know where to begin looking. Any help would be immensely appreciated.
--Will Duty
wduty@radicalfringe.com