C
cjeffwang
I was testing a Register asp page with an Access database. In my Form
Action asp page, I have coded:
If rsUsers.EOF Then
rsUsers.AddNew ---- line 13
......
After typing registration information, there was an error on my Form
Action asp page at the above line 13:
*****************************************************
HTTP 500.100 - Internal Server Error - ASP error
Internet Information Services
Error Type:
Microsoft JET Database Engine (0x80040E09)
Cannot update. Database or object is read-only.
/application/AddUser.asp, line 13
*************************************************
Then a MS MVP suggested me add the IUSR_MachineName user w/ read/write
permissions to the Access database file. I added the IUSR_MachineName
to Access, but still had the same Read-Only error. Then MVP asked me
add the user to the NTFS permissions list.
Here are my questions:
1. Is the IIS IUSR_Machinename applicable to NT and W2k only, not XP?
2. How to add user to NTFS permissions list for Access databse?
3. Any other instructions to fix the Read-Only error for updating the
Access data?
TIA,
Jeffrey
Action asp page, I have coded:
If rsUsers.EOF Then
rsUsers.AddNew ---- line 13
......
After typing registration information, there was an error on my Form
Action asp page at the above line 13:
*****************************************************
HTTP 500.100 - Internal Server Error - ASP error
Internet Information Services
Error Type:
Microsoft JET Database Engine (0x80040E09)
Cannot update. Database or object is read-only.
/application/AddUser.asp, line 13
*************************************************
Then a MS MVP suggested me add the IUSR_MachineName user w/ read/write
permissions to the Access database file. I added the IUSR_MachineName
to Access, but still had the same Read-Only error. Then MVP asked me
add the user to the NTFS permissions list.
Here are my questions:
1. Is the IIS IUSR_Machinename applicable to NT and W2k only, not XP?
2. How to add user to NTFS permissions list for Access databse?
3. Any other instructions to fix the Read-Only error for updating the
Access data?
TIA,
Jeffrey