Minimal permissions with an Access Database and 2000 server ?

G

Gilles LAMBERT

Hi,

Does any one knows what account must have the Write Access to allow
edition on a Access database with an ASP .NET application with Windows
2000 ?

Under Windows 2003, it is the Network Service and not the ASPNET
account.

Thaks and best regards
Gilles
 
M

Mary Chipman

It depends on what you have in the username attribute of the
processModel your machine.config file for the wp_aspnet process model
account. Your choices are System or Machine (preferred since it's a
least-privileged account). You can edit the machine.config file and
then reset IIS.

<processModel enable="true"
userName="MACHINE" password="AutoGenerate" />

Once you are running as machine, grant ASPNET read, write, delete
perms on the file share that contains the mdb and the mdw.

-- Mary
MCW Technologies
http://www.mcwtech.com
 

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

Members online

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top