ASPNET account and Domain Controller

Ask a Question related to ASP.NET Security, Design and Development.

  1. #1

    Default ASPNET account and Domain Controller

    We're having a problem with ASP.NET security and running on a Win2k Domain
    Controller.

    We can't set up the access rights to the registry for ASPNET as the user
    doesn't exist, this access is required so that the process can obtain the
    credentials from the registry (as stamped with aspnet_setreg.exe) and
    impersonate the required network user.

    Has anyone else got around this problem, other than not installing the
    website on a domain controller.

    Thanks for reading,

    Richard.


    Richard Chandler Guest

  2. Similar Questions and Discussions

    1. Account Locked Out - Cold Fusion Application Service running as Active Directory Domain Account
      Using Cold Fusion 7 Standard w/ IIS6. Cold Fusion Application Service is running as a domain account to access IIS home directory on another...
    2. Installing on a domain controller
      We are installing CF MX7 on our Win 2003 server. The manual states that CF should not be installed on primary or backup domain controller. Is this...
    3. Using LogonUser API in ASP.net with an account other than ASPNet account
      I am trying to use the LogonUser API function from ASP.Net. This works fine on my machine which is Windows XP but fails with error code 1314 on...
    4. Shared Fax Problem with Windows 2003 the NETWORK SERVICE account and a Domain Controller
      Can you share more details as to what the exact problem is? Service not starting? Not able to send/receive? -- Manoj K Jain Microsoft Printing,...
    5. FIX: ASP.NET Does Not Work with the Default ASPNET Account on a Domain Controller
      Hello there people As taken from the KB ... After you install Microsoft Visual Studio .NET or the Microsoft .NET Framework on a domain...
  3. #2

    Default Re: ASPNET account and Domain Controller

    There is a KB article addressing this... It can be done.

    --
    Thanks,
    Martin Schmid, EIT, CCSA, MCDBA, MCSE

    "Richard Chandler" <richard.nospam@mapson.richardchandler.net> wrote in
    message news:eFA1AEpMEHA.3556@TK2MSFTNGP09.phx.gbl...
    > We're having a problem with ASP.NET security and running on a Win2k Domain
    > Controller.
    >
    > We can't set up the access rights to the registry for ASPNET as the user
    > doesn't exist, this access is required so that the process can obtain the
    > credentials from the registry (as stamped with aspnet_setreg.exe) and
    > impersonate the required network user.
    >
    > Has anyone else got around this problem, other than not installing the
    > website on a domain controller.
    >
    > Thanks for reading,
    >
    > Richard.
    >
    >

    Martin Schmid Guest

  4. #3

    Default Re: ASPNET account and Domain Controller

    [url]http://support.microsoft.com/default.aspx?scid=kb;EN-US;315158[/url]

    Cheers
    Ken


    "Martin Schmid" <martinschmid@sbcglobal.net.nospam> wrote in message
    news:e2fErXpMEHA.936@TK2MSFTNGP11.phx.gbl...
    : There is a KB article addressing this... It can be done.
    :
    : --
    : Thanks,
    : Martin Schmid, EIT, CCSA, MCDBA, MCSE
    :
    : "Richard Chandler" <richard.nospam@mapson.richardchandler.net> wrote in
    : message news:eFA1AEpMEHA.3556@TK2MSFTNGP09.phx.gbl...
    : > We're having a problem with ASP.NET security and running on a Win2k
    Domain
    : > Controller.
    : >
    : > We can't set up the access rights to the registry for ASPNET as the user
    : > doesn't exist, this access is required so that the process can obtain
    the
    : > credentials from the registry (as stamped with aspnet_setreg.exe) and
    : > impersonate the required network user.
    : >
    : > Has anyone else got around this problem, other than not installing the
    : > website on a domain controller.
    : >
    : > Thanks for reading,
    : >
    : > Richard.
    : >
    : >
    :
    :


    Ken Schaefer Guest

  5. #4

    Default Re: ASPNET account and Domain Controller

    Mine works when I set both the aspnet_wp and the iwam_machinename account
    access to the registry keys. The web page that discusses the
    aspnet_setreg.exe is a good source for more information. It will also let
    you know that you need to set the "Network Service" for 2003 servers. The
    KB article has a mistype on the account name by the way.

    [url]http://support.microsoft.com/default.aspx?scid=kb;en-us;329290[/url]

    If you are able to get your impersonation to work help me out. I have
    another thread dealing with other problems with getting impersonation to
    work on a DC. "Failed to start monitoring file changes" is the name of the
    thread. This is the error that I get once I try to access my asp.net web
    site.

    "Richard Chandler" <richard.nospam@mapson.richardchandler.net> wrote in
    message news:eFA1AEpMEHA.3556@TK2MSFTNGP09.phx.gbl...
    > We're having a problem with ASP.NET security and running on a Win2k Domain
    > Controller.
    >
    > We can't set up the access rights to the registry for ASPNET as the user
    > doesn't exist, this access is required so that the process can obtain the
    > credentials from the registry (as stamped with aspnet_setreg.exe) and
    > impersonate the required network user.
    >
    > Has anyone else got around this problem, other than not installing the
    > website on a domain controller.
    >
    > Thanks for reading,
    >
    > Richard.
    >
    >

    Mark Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139