0

Ok, this time I've created an app to write and update an MDB DB using OLEDB. the MDB reside in a shared folder on the network which my account has access to.

every function works ok on my local machine when I test (add, edit and delete). But when I moved the project to the IIS server, the application could not update the DB.

Now I know it is a permission issue, but what user account shall I grant access to the shared folder? is it IUSR (which is not available on the network) or else?

I even changed the app pool to use my account but it failed.

Please help.

Martin
  • 3,396
  • 5
  • 41
  • 67
Ammar Ali
  • 77
  • 1
  • 3
  • 15

1 Answers1

0

Solved, I used the web server name and grant it the access, and it worked. Thank you guys anyway.

Ammar Ali
  • 77
  • 1
  • 3
  • 15