What is Active Directory? What is the namespace for that?
Answer Posted / muthu kumar
Active Directory Service Interfaces (ADSI) is a programmatic
interface for the Microsoft Windows Active Directory. It
enables your applications to interact with different
directories on a network using a single interface.
Name space
-----------
System.DirectoryServices
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are ASHX files?
What is the importance of aspnet_isapi.dll, inetinfo.exe andaspnet_wp.exe in the page loading process.
What does the hotspot class in .net do?
How can you register a custom server control to a web page?
Explain Optimization technique description?
What are the events that happen when a client requests an asp.net page from iis server?
What are the main requirements for caching?
Mention the execution process for managed code?
Explain the difference between server.transfer and response.redirect? Why would I choose one over the other?
What is a 404 redirect?
Can you set which type of comparison you want to perform by the comparevalidator control?
If you are using components in your application, how can you handle exceptions raised in a component?
What is the difference between user control and custom control?
Can you change a Master Page dynamically at runtime?
Where would you use an ihttpmodule, and what are the limitations of any?