How do I set permission on access DB so I can query from internet

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

Guest

Using VB in ASP.net, I get an exception when I try to open an access
database. How do I stop this. I set the macro security to low so I don't get
the open warning in access but I still get the cannot open exception
 
Using VB in ASP.net, I get an exception when I try to open an access
database.

1) what exception?

2) you might be better off asking this in a dot-Net or a ASP-dot-Net or
even a ADO-dot-Net group.


Best wishes


Tim F
 
The identity under which your code runs needs read and write permission on
the folder that contains the MDB.

For details, check out the archives of the ASP.NET groups at Google - you'll
find lots of discussions on this issue.
 
Back
Top