Re: permissions

From: DotNetJunkies User (User_at_-NOSPAM-DotNetJunkies.com)
Date: 10/23/04

  • Next message: leeyg: "How toauthenticate a user on another domain"
    Date: Fri, 22 Oct 2004 17:58:24 -0700
    
    

    Try the following where MACHINENAME is your machine's name. FYI: You're giving full permissions to the ASPNET account. Probably not a good idea for a production server. K

    cacls "%windir%\assembly" /g MACHINENAME\ASPNET:F /t /e

    ---
    Posted using Wimdows.net NntpNews Component - 
    Post Made from http://www.DotNetJunkies.com/newsgroups Our newsgroup engine supports Post Alerts, Ratings, and Searching.
    

  • Next message: leeyg: "How toauthenticate a user on another domain"

    Relevant Pages

    • Re: Unable to load DLL (oci.dll)
      ... I am getting it even after giving the ASPNET user the permissions to the bin folder. ... Post Made from http://www.SqlJunkies.com/newsgroups Our newsgroup engine supports Post Alerts, Ratings, and Searching. ...
      (microsoft.public.dotnet.framework.adonet)
    • Configuration on production server for .net
      ... My ASP application runs fine on this setup. ... I want to use the same machine as my production server for a .net application but not sure what configurations are required for this machine to run .net application ... Post Made from http://www.DotNetJunkies.com/newsgroups Our newsgroup engine supports Post Alerts, Ratings, and Searching. ...
      (microsoft.public.dotnet.framework.setup)