Unable to create Users using Directory services in Windows 2003 Se

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

  1. #1

    Default Unable to create Users using Directory services in Windows 2003 Se

    I am unable to create new users using directory services in Windows 2003
    server. But it is possible to create users with ASP.NET applications in
    windows 2000.

    I am getting "Permission Denied" and the "General access denied error "
    error.

    Can you please some code samples or solution for the problem.
    Sivaraman.S Guest

  2. Similar Questions and Discussions

    1. Create users account and home directory on a FTP server at runtime
      Hi, I need to create users account and home directory on a FTP server running window 2003 server at runtime using C#, is it possible to...
    2. Unable to Create new users using DirectoryServices Windows 2003 Se
      I am unable to create new users using directory services in Windows 2003 server. But it is possible to create users with ASP.NET applications in...
    3. Migrating Users from NT4 to Windows Server 2003
      I am in the process of migrating our system to Windows Server 2003 from NT4. I don't want to upgrade because the hardware cannot support the new...
    4. Exporting users that below to a certain group - windows 2003 active directory
      Is there any tool or script that will export the users names from a certain group from the active directory? I tried ldifde but it exports the cn...
    5. Windows Server 2003 Web Services
      Ran into a problem trying to access SQL server using W2k3 Web Edition, cannot load SQL client, but can access Web services that access SQL Server. ...
  3. #2

    Default Re: Unable to create Users using Directory services in Windows 2003 Se

    Why don't you post your code instead? The fact that you have it working in
    one place but not another indicates that you have a security context issue.
    If you show us how you are creating your users, we can point to some
    suggestions on what you can do to correct this.

    You might also consider starting with this article:
    [url]http://support.microsoft.com/default.aspx?scid=kb;en-us;329986[/url]

    Joe K.

    "Sivaraman.S" <SivaramanS@discussions.microsoft.com> wrote in message
    news:EF0B9826-6E7D-42F7-928F-C41F7A078696@microsoft.com...
    >I am unable to create new users using directory services in Windows 2003
    > server. But it is possible to create users with ASP.NET applications in
    > windows 2000.
    >
    > I am getting "Permission Denied" and the "General access denied error "
    > error.
    >
    > Can you please some code samples or solution for the problem.

    Joe Kaplan \(MVP - ADSI\) 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