Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
You have an application that needs to know what custom error pages are set up for the various HTTP error return codes on a given IIS server.
Use the System.DirectoryServices.DirectoryEntry class to talk to the Internet Information Server (IIS) metabase to find out which custom error pages are set up. The metabase holds the configuration information for the web server. DirectoryEntry uses the Active Directory IIS service provider to communicate with the metabase by specifying the "IIS" scheme in the constructor for the DirectoryEntry: