64 lines
3.0 KiB
HTML
64 lines
3.0 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
|
<HTML>
|
|
<HEAD>
|
|
<META HTTP-EQUIV="Content-Type" Content="text/html; charset=Windows-1252">
|
|
<TITLE>Using IIS Admin Objects</TITLE>
|
|
<SCRIPT LANGUAGE="JavaScript">
|
|
<!--
|
|
TempString = navigator.appVersion
|
|
if (navigator.appName == "Microsoft Internet Explorer"){
|
|
// Check to see if browser is Microsoft
|
|
if (TempString.indexOf ("4.") >= 0){
|
|
// Check to see if it is IE 4
|
|
document.writeln('<link rel="stylesheet" type="text/css" href="/iishelp/common/coua.css">');
|
|
}
|
|
else {
|
|
document.writeln('<link rel="stylesheet" type="text/css" href="/iishelp/common/cocss.css">');
|
|
}
|
|
}
|
|
else if (navigator.appName == "Netscape") {
|
|
// Check to see if browser is Netscape
|
|
document.writeln('<link rel="stylesheet" type="text/css" href="/iishelp/common/coua.css">');
|
|
}
|
|
else
|
|
document.writeln('<link rel="stylesheet" type="text/css" href="/iishelp/common/cocss.css">');
|
|
//-->
|
|
</script>
|
|
<SCRIPT LANGUAGE="VBScript">
|
|
<!--
|
|
Sub Window_OnLoad()
|
|
Dim frmContents
|
|
On Error Resume Next
|
|
If Not Parent Is Nothing Then
|
|
Set frmContents = Parent.Contents
|
|
If Not frmContents Is Nothing Then
|
|
frmContents.Window.TOCSynch_Click
|
|
End If
|
|
End If
|
|
End Sub
|
|
//--></SCRIPT><META NAME="DESCRIPTION" CONTENT="Internet Information Services reference information">
|
|
<META HTTP-EQUIV="PICS-Label" CONTENT='(PICS-1.1 "<http://www.rsac.org/ratingsv01.html>" l comment "RSACi North America Server" by "inet@microsoft.com <mailto:inet@microsoft.com>" r (n 0 s 0 v 0 l 0))'>
|
|
<META NAME="MS.LOCALE" CONTENT="EN-US">
|
|
<META NAME="MS-IT-LOC" Content="Internet Information Services">
|
|
</HEAD>
|
|
|
|
<BODY BGCOLOR="#FFFFFF" TEXT="#000000">
|
|
|
|
<H1><A NAME="_k2_using_iis_admin_objects"></A><SUP></SUP>Using IIS Admin Objects</H1>
|
|
|
|
<P>The IIS Admin Objects, described in this section, are provided by IIS to make programmatic administration as straightforward as possible. The IIS Admin Objects are based on Microsoft Active Directory Service Interfaces (ADSI), are Automation-compatible, and can be easily accessed and manipulated by any language that supports Automation, such as Microsoft Visual Basic Scripting Edition (VBScript) or JScript in Active Server Pages (ASP), Visual Basic, Java, or C++.</P>
|
|
|
|
<P>This section contains:
|
|
|
|
<UL type=disc>
|
|
<LI><A HREF="/iishelp/iis/htm/asp/aogu0t6f.htm">IIS Admin Objects Overview</A>: Introduces the IIS Admin Objects and describes what they are and how they are used.</li>
|
|
|
|
<LI><A HREF="/iishelp/iis/htm/asp/aogu7vub.htm">Administrative Tasks Using the IIS Admin Objects</A>: Describes how you can use the IIS Admin Objects for common programmatic administration tasks.</li>
|
|
</UL>
|
|
|
|
<P>For more information, see <A HREF="/iishelp/iis/htm/asp/aore94th.htm">IIS Admin Objects Reference</A>, and <A HREF="/iishelp/iis/htm/asp/apro3usl.htm">Administration Property Reference</A>.</P>
|
|
<hr class="iis" size="1">
|
|
<p align="center"><em><a href="../../../common/colegal.htm">© 1997-2001 Microsoft Corporation. All rights reserved.</a></em></p>
|
|
</BODY>
|
|
</HTML>
|