Active Directory Class object for WEB application
-
Hi, I have a program running in windows .net that looks for active directory information. Is there a way I can use the object Active Directory in VS 2008 for web application? In windows you have the object from the toolbox under components but if you create program for web it's not there. any Idea on how to use it for web purposes? Thanks
Dabsukol
-
Hi, I have a program running in windows .net that looks for active directory information. Is there a way I can use the object Active Directory in VS 2008 for web application? In windows you have the object from the toolbox under components but if you create program for web it's not there. any Idea on how to use it for web purposes? Thanks
Dabsukol
There is no equivilent control in the Web Forms ToolBox. You just have to write the code manually using the classes in the System.DirectoryServices namespace.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007, 2008