Hello everybody,
First of all please forgive me for any kind of ignorance as i'm still in learning stage.
I copied a .mdb file from an installation (os: XP professional) to another installation where also the os is
windows xp professional using a cd. When I installed the file property shows 'read-only'. I unchecked
'read-only' mode. I can add record to any table of the database through MSAccess tool but I can not add
record to any table using ASP forms. The error I get is as follows:
Error Type:
Microsoft JET Database Engine (0x80040E09)
Cannot update. Database or object is read-only.
/asp-learning/Addrecord.asp, line 22
Now I came to know from this forum(url is:
http://p2p.wrox.com/topic.asp?TOPIC_ID=9598) that following step
is the solution :
"This usually indicates a permissions problem. The account your web server is running under does not have the
proper permissions to change the database and the folder it resides in. To fix this, give the
IUSR_MachineName permissions to change the database and the folder it resides in."-Imar
Now my question is : What is the detailed steps to give the particular user that type of permissions?
Can I get any help from any body?
Thanks.