ABO
abstract class
In Windows Management Instrumentation (WMI), a class from which you cannot create an instance because it does not have a full implementation. An abstract class serves as a base class from which other classes can inherit properties and methods. Also see concrete class.
Active Directory Service Interfaces (ADSI)
A directory service model and a set of Component Object Model (COM) interfaces. ADSI enables Windows applications and Active Directory clients to access several network directory services, including Active Directory. ADSI is supplied as a software development kit (SDK). Also see Windows Management Instrumentation (WMI).
Active Server Pages (ASP)
A Web-oriented technology developed by Microsoft that is designed to enable server-side (as opposed to client-side) scripting. Active Server Pages are text files that can contain not only text and HTML tags as in standard Web documents, but also commands written in a scripting language (such as VBScript or JavaScript), that can be carried out on the server.
Admin Base Objects (ABO)
A distributed COM (DCOM) object that implements the IMSAdminBase interface methods that enable an application to manipulate IIS metabase. ABO is often confused with admin objects.
admin objects
Used with ADSI and WMI. There exists an admin object for each type of configuration entity, for example, the IIsWebService admin object represents the Web service for the purposes of configuration, and the IIsWebVirtualDir admin object represents any virtual directory. Individual virtual directories are differentiated by their Location property, for example, /LM/WSVC/1/Root/vdir1 and /LM/WSVC/1/Root/vdir2 are both defined as IIsWebVirtualDir objects, but they are different virtual directories defined at different nodes in the metabase. Admin objects are often confused with Admin Base Objects (ABO).
ADSI
application isolation
application pool
ASP