|
ASP
I run an ASP/IIS 5 Server on Windows 2000/SP4. I encountered the same problem. At first I couldn't figure it out, but after further research I figured it out. I will offer two reminders: The first is to make sure to set your recordsets to Nothing. Ex:
<% set rs = Nothing %>
If you are using MS Access databases, to edit copies of the database and not the database in use. Use a different copy in a different folder to make structure changes and then copy/paste over the in use copy. It has to do with the system account not releasing things right and whatnot. Hope this helps ~ Nick
|