Ask a Question related to ASP.NET General, Design and Development.
-
Enosh Chang #1
ASP.NET + DirectoryServices
Hi all,
Could I use DirectoryServices in ASP.NET? Or could you give sample code?
Thanks!
Best Regards
Enosh Chang
Enosh Chang Guest
-
Impersonation, DirectoryServices
Do you get an UnauthorizedAccessException from the InnerException from the TargetInvocationException that gets thrown or something else? ... -
DirectoryServices Namespace
Hi I am trying to import the System.DirectoryServices namespace in an aspx page with the following syntax <%@ Import... -
Sytem.DirectoryServices
Add an assembly reference to it first. Joe K. "prakash s via .NET 247" <anonymous@dotnet247.com> wrote in message... -
System.DirectoryServices
I have a few pages which authenticate a user to our site. Checking a login and password with syntax as below: Dim entry As New... -
DirectoryServices error!
Hi all, I encounter some problem in DirectoryServices, could someone help me? private void InitLoginUser() { DirectoryEntry objEntry = new... -
Ken Cox [Microsoft MVP] #2
Re: ASP.NET + DirectoryServices
Here's an article to get you started...
[url]http://www.wimdows.net/articles/article.aspx?aid=13[/url]
"Enosh Chang" <chang.enosh@inventec.com> wrote in message
news:OhZBMwKVDHA.392@TK2MSFTNGP11.phx.gbl...
Hi all,
Could I use DirectoryServices in ASP.NET? Or could you give sample code?
Thanks!
Best Regards
Enosh Chang
Ken Cox [Microsoft MVP] Guest



Reply With Quote

