Ask a Question related to ASP.NET General, Design and Development.
-
Michael #1
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
-
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... -
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... -
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... -
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... -
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... -
CT #2
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



Reply With Quote

