Launch AD User Properties Window programmatically from an ASP Web page ?!

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi

Not sure if the is the best group to post this, If not please don't hesitate to redirect me ! :

Q
Is there a way yo launch an AD users properties window from an ASP Web page
Is there any API that I can use to achieve this

What I want to do is
On a web page where are lists some of my domain users, I want to be able to click on a user t
make appear the user properties directly from the AD (like when I double-click a user in the AD Users & Comp MMC Snap-In

Thanks for any advic

David J.
 
Hi David,

I don't think there is a way to do this nor that this is a good idea. Best
thing you could do is to read users attributes from AD using ADSI and then
display them in a separate popup browser window.

--

Regards

Matjaz Ladava, MCSA, MCSE, MCT, MVP
Microsoft MVP Windows Server - Active Directory
(e-mail address removed), (e-mail address removed)
 
Back
Top