I'm running Snitz on a Windows NT4 Server with the Access database and every couple days it seems to crash the server's asp.dll causing the site to go down. Anybody ran into this problem before or have any suggestions? (The site gets lots of hits, if that makes a difference)
Have you installed any mods or anything? If so go through and make sure they close the databases, I know all of te Forum Base code does close the Connections but I have heard of some mods not doing so
Access is pretty good when everything is configured properly. Make sure your IIS and Scripting engine are all at the latest version. Make sure your MDAC is at the latest version.
You can play with settings in your connection string for maxbuffersize and threads which may help on a busier site. There are some KB articles but in general you can increase the number of threads and the amount of memory buffer space allocated to the Jet driver.