Do you need Framework 1.1 to access Active Directory objects on a Windows 2003 server with ASP.NET?

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

  1. #1

    Default Do you need Framework 1.1 to access Active Directory objects on a Windows 2003 server with ASP.NET?

    Some of our developers are having a problem making certain code work
    that reads the contents of OUs in our Active Directory. It reads fine
    when querying a 2000 domain controller but when accessing a 2003
    server, it gets errors ranging from Item not found to "Unable to
    access directory services". The second I take the 2003 server offline,
    everything works fine again.

    I can't really give much code detail since i work on the network side
    of things, but I'd like to try and help them out since until they fix
    this, my deployment of 2003 is stalled. Right now it's a low priority
    item for them and truthfully, we could live for a long time with just
    2000 but I really want to get some of the new 2003 features running to
    make my job easier, so any help I can give them would be great.

    I just had the idea that maybe 2003 is requiring changes made by
    framework 1.1 and since all the ASP.NET servers only use 1.0, maybe
    that changes the way LDAP queries are done?
    Michael Guest

  2. Similar Questions and Discussions

    1. Using Windows Integrated Authentication to access Active Directory
      Hi, I have disabled "Anonymous Access" & enabled "Integrated Windows Authentication" on the web server for my ASP.NET application. My Web.config...
    2. Using Integrated Windows Authentication to access Active Directory
      Hi, I have disabled "Anonymous Access" & enabled "Integrated Windows Authentication" on the web server for my ASP.NET application. My Web.config...
    3. Accessing objects in active directory via asp.net
      Hi everybody, I want to retrieve information about objects in active directory windows 2000 and their properties. I got some codes that don't...
    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. access permissions in asp.net web service in windows 2003 server
      First off I am using windows server 2003, IIS 6.0 .Net framework 1.1.4322..... I am attempting to use COM+ Loosely Coupled Events (LCE) from an...
  3. #2

    Default Re: Do you need Framework 1.1 to access Active Directory objects on a Windows 2003 server with ASP.NET?

    I'm only guessing here, but I would think it's the LDAP query and not the
    Framework.

    --
    Carsten Thomsen
    Enterprise Development with Visual Studio .NET, UML, and MSF
    [url]http://www.apress.com/book/bookDisplay.html?bID=105[/url]
    "Michael" <opsdept@ihomeowner.com> wrote in message
    news:6689d367.0307290627.63685391@posting.google.c om...
    > Some of our developers are having a problem making certain code work
    > that reads the contents of OUs in our Active Directory. It reads fine
    > when querying a 2000 domain controller but when accessing a 2003
    > server, it gets errors ranging from Item not found to "Unable to
    > access directory services". The second I take the 2003 server offline,
    > everything works fine again.
    >
    > I can't really give much code detail since i work on the network side
    > of things, but I'd like to try and help them out since until they fix
    > this, my deployment of 2003 is stalled. Right now it's a low priority
    > item for them and truthfully, we could live for a long time with just
    > 2000 but I really want to get some of the new 2003 features running to
    > make my job easier, so any help I can give them would be great.
    >
    > I just had the idea that maybe 2003 is requiring changes made by
    > framework 1.1 and since all the ASP.NET servers only use 1.0, maybe
    > that changes the way LDAP queries are done?

    CT 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