Ask a Question related to ASP.NET Security, Design and Development.
-
Solly #1
Directoryentry.bind
Hi
I have a webapp that does queries against active
directory. The app works fine when run from the local
machine, but doesn't when run from remote machines. It
gives [COMException (0x80072020) operations error], and
points to Directoryentry.bind().
Impersonation and intergrated security are enabled.
Please assist.
Solly Guest
-
DirectoryEntry.Invoke access is denied
Yes, that code snippet works great if you are running on 2K3 server and have 2K3 native AD. It would not work if there is no Kerberos in the... -
path for DirectoryEntry
Hi All I have a directory server hosting multiple OUs, and I found that all the users I created under each OU will not appear under "Users"... -
Binding DirectoryEntry to AD object via GUID
I notice in the help files a reference that implies that you can create a DirectoryEntry object that binds directly to an active directory object... -
DirectoryEntry - enum users/groups...
Hi, Joe, Thank You for pointing me in the right direction. My apps now captures the user's password with a text box and retrieves the user's... -
DirectoryEntry and CopyTo function
Hi I am struggling to make a Web site/Web Directory copy work. I am using the System.DirectoryServices to connect to my localhost machine. ... -
Joe Kaplan \(MVP - ADSI\) #2
Re: Directoryentry.bind
What does your code look like? Often times, these kinds of errors happen
because delegation does not work.
If using Basic authentication or binding with specific credentials in your
DirectoryEntry constructor fixes this, then it is likely a delegation issue.
[url]http://support.microsoft.com/default.aspx?scid=kb;en-us;329986[/url]
Joe K.
"Solly" <tjabadsm@telkom.co.za> wrote in message
news:11b601c38c0a$ef83f4f0$a401280a@phx.gbl...> Hi
>
> I have a webapp that does queries against active
> directory. The app works fine when run from the local
> machine, but doesn't when run from remote machines. It
> gives [COMException (0x80072020) operations error], and
> points to Directoryentry.bind().
>
> Impersonation and intergrated security are enabled.
>
> Please assist.
>Joe Kaplan \(MVP - ADSI\) Guest



Reply With Quote

