Re: Minimal permissions with an Access Database and 2000 server ?

From: Mary Chipman (mchip_at_nomail.please)
Date: 10/22/03

  • Next message: Norman Headlam: "Re: SSL FORM POST with Client Certificate from ASP.net"
    Date: Wed, 22 Oct 2003 15:42:46 -0400
    
    

    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

    On Wed, 22 Oct 2003 10:44:21 -0700, Gilles LAMBERT
    <webmaster@tutorials-online.com> wrote:

    >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
    >
    >
    >
    >*** Sent via Developersdex http://www.developersdex.com ***
    >Don't just participate in USENET...get rewarded for it!


  • Next message: Norman Headlam: "Re: SSL FORM POST with Client Certificate from ASP.net"

    Relevant Pages

    • Re: userName="machine" didnt work
      ... The .210 dlls I had for ASP.NET are newer than the .42 dlls. ... Deleted the ASPNET account from "Local Users and Group - Users". ... This problem occurs because the process model user account (in our case, ...
      (microsoft.public.dotnet.framework.aspnet)
    • Re: userName="machine" didnt work
      ... The .210 dlls I had for ASP.NET are newer than the .42 dlls. ... Deleted the ASPNET account from "Local Users and Group - Users". ... This problem occurs because the process model user account (in our case, ...
      (microsoft.public.dotnet.framework.aspnet)
    • Re: userName="machine" didnt work
      ... so only the ASP.NET related dlls ... Deleted the ASPNET account from "Local Users and Group - Users". ... This problem occurs because the process model user account (in our case, ...
      (microsoft.public.dotnet.framework.aspnet)
    • Re: userName="machine" didnt work
      ... so only the ASP.NET related dlls ... Deleted the ASPNET account from "Local Users and Group - Users". ... This problem occurs because the process model user account (in our case, ...
      (microsoft.public.dotnet.framework.aspnet)
    • Minimal permissions with an Access Database and 2000 server ?
      ... 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 ... Under Windows 2003, it is the Network Service and not the ASPNET ...
      (microsoft.public.dotnet.framework.aspnet.security)