Keith,
I've since solved the problem. I think the root of the problem was I
was building the solution in debug mode and uploading this to my web
server. I read somewhere that this puts an excess load on the
application since it does alot of extra things in this mode. I also
made sure all my connections were being closed. I added a Finally to my
Try's and placed all my object cleanup in there(don't think this was the
problem though). Also in my web.config, set
<compilation defaultLanguage="vb" debug="false" /> this coincides with
build in release mode. When I uploaded this release version to the web
server, I noticed after surfing for awhile the db file size remained
small and there was no locking file showing up either(similar to my
classic asp sites).
*** Sent via Developersdex
http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!