Doug Steele
dbdoug at gmail.com
Tue Oct 25 13:17:46 CDT 2011
Thanks, Jim. Setting the 'ASPNET' user to have full permissions on the folder containing the database has fixed the problem. The default permissions were read only. Can you explain why this is required when the .mdb is already opened by another user, but isn't necessary when the website is the only 'user' opening the .mdb file? You still have to be able to write to a folder to open the .mdb. Doug On Tue, Oct 25, 2011 at 10:33 AM, Jim Dettman <jimdettman at verizon.net>wrote: > Make sure the Web server account and the other user both have full privs > (read, write, delete) for the DB directory. >