I got ASP.NET SDK and tried my first database script. Accessing the data went fine, but trying to update or make any changes to the database gave me errors. After opening up my database (in Access), I received a message box saying that the database was now read-only. I tried the following (hints from other posts, etc.):
1. Turned replication off in the Access database
2. Checked if IUSRL_ANDREWPERSONAL had write permission to both the directory and the file (in IIS)
3. Checked the database file’s properties in windows explorer to see if it was read-only.
4. Checked the System DNS under the ODBC data source administrator to see if THAT was read-only.
I can’t seem to figure out why the database was turned read-only AFTER I designed and saved it initially. I even tried all over again to see if it was just a fluke and re-copied the database into my wwwroot/db/
Any help on this would be greatly appreciated