Insert data into Access under IIS' wwwroot directory

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have one access file located at IIS' wwwroot directory.
My goal is to insert record to access database.

However, it seems that Access is proteced by IIS.
I had been open its writing privileage by file manager.
But the IIS will show the error message and halt on this line:

objCmd.ExecuteNonQuery()

Any help on this will be greatly appreciated.
--sambuela
 
Sambuela,

Access is not protected by IIS however IIS and ASPNET use a special user.
IUsr_ServerName and ASPNET

I always forget which is it in ASPNET however I thought ASPNET.

I hope this helps,

Cor
 
Thanks.
But how can I create one account like this and how to use it?
Thanks in advance.
Regards,
--sambuela
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top