Re: How can i get the AD acount and password
- From: "Nicholas Paldino [.NET/C# MVP]" <mvp@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 5 Jun 2006 22:27:50 -0400
gpc,
You aren't going to be able to get the password (nor should you) unless
you specifically ask for it.
Rather, your web app should be authenticating the user through windows
authentication, and then you should impersnate that user on the pages where
you want to access AD.
Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- mvp@xxxxxxxxxxxxxxxxxxxxxxxxxxx
"gpc" <gpc@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:DA229B2E-593C-421E-A62B-9D6E0BA41D1C@xxxxxxxxxxxxxxxx
i need access into AD Server by .net Web app.
so first i must login into this server,but how i get the AD account
and the password in .net Web app?
.
- Prev by Date: RE: Scroll Pointer in DataGridView
- Next by Date: Re: Does anybody have a real-world sample of building a treeview control
- Previous by thread: FindStringExtract() won't work if ComboBox populated by setting DataSource
- Next by thread: Controlling DB Collation from UI Culture
- Index(es):
Relevant Pages
|