179 lines
7.2 KiB
HTML
179 lines
7.2 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>IIS Admin Objects Reference</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_iis_admin_objects_reference"></A><SUP></SUP>IIS Admin Objects Reference</H1>
|
|
|
|
<P>This topic contains a reference page for each of the IIS Admin Objects. Each page includes ADSI container information, the <B>ADsPath</B> for the object, the metabase properties accessible by the object, and any additional methods specific to the object.</P>
|
|
|
|
<P><span class=le><B>Note </B></span>Each IIS Admin Object has a property called <B>KeyType,</B> which specifies exactly what type of IIS Admin Object a given ADSI object represents. If the key type is not available, or is not valid, then IIS assigns the generic type <B>IIsObject</B>. You can use <B>KeyType</B> to change the ADSI object to a valid object, and gain access to other IIS-specific properties and methods.</P>
|
|
|
|
<TABLE border=0 cellpadding=5 cols=2 frame=box rules=all>
|
|
|
|
<TR VALIGN="top">
|
|
<TD width=50%><A HREF="/iishelp/iis/htm/asp/aore4qia.htm"><B>IIsCertMapper</B></A></TD>
|
|
<TD width=50%>Maps certificates to Windows accounts.</TD>
|
|
</TR>
|
|
|
|
<TR VALIGN="top">
|
|
<TD width=50%><A HREF="/iishelp/iis/htm/asp/aore4mcz.htm"><B>IIsCompressionSchemes</B></A></TD>
|
|
<TD width=50%>Global settings for HTTP 1.1 compression schemes.</TD>
|
|
</TR>
|
|
|
|
<TR VALIGN="top">
|
|
<TD width=50%><A HREF="/iishelp/iis/htm/asp/aore6sh1.htm"><B>IIsCompressionScheme</B></A></TD>
|
|
<TD width=50%>Settings for individual compression schemes.</TD>
|
|
</TR>
|
|
|
|
<TR VALIGN="top">
|
|
<TD width=50%><A HREF="/iishelp/iis/htm/asp/aore2xpu.htm"><B>IIsComputer</B></A></TD>
|
|
<TD width=50%>Establishes global settings for IIS configuration.</TD>
|
|
</TR>
|
|
|
|
<TR VALIGN="top">
|
|
<TD width=50%><A HREF="/iishelp/iis/htm/asp/aore6r8l.htm"><B>IIsCustomLogModule</B></A></TD>
|
|
<TD width=50%>Sets properties for custom logging information field nodes.</TD>
|
|
</TR>
|
|
|
|
<TR VALIGN="top">
|
|
<TD width=50%><A HREF="/iishelp/iis/htm/asp/aore0drm.htm"><B>IIsFilter</B></A></TD>
|
|
<TD width=50%>Provides information about a specific filter.</TD>
|
|
</TR>
|
|
|
|
<TR VALIGN="top">
|
|
<TD width=50%><A HREF="/iishelp/iis/htm/asp/aore4h6b.htm"><B>IIsFilters</B></A></TD>
|
|
<TD width=50%>Manages filters.</TD>
|
|
</TR>
|
|
|
|
<TR VALIGN="top">
|
|
<TD width=50%><A HREF="/iishelp/iis/htm/asp/aore5yzz.htm"><B>IIsFtpInfo</B></A></TD>
|
|
<TD width=50%>Establishes configuration properties for FTP servers in addition to those set at IIsFtpService.</TD>
|
|
</TR>
|
|
|
|
<TR VALIGN="top">
|
|
<TD width=50%><A HREF="/iishelp/iis/htm/asp/aore43si.htm"><B>IIsFtpServer</B></A></TD>
|
|
<TD width=50%>Establishes configuration properties for a single FTP server.</TD>
|
|
</TR>
|
|
|
|
<TR VALIGN="top">
|
|
<TD width=50%><A HREF="/iishelp/iis/htm/asp/aore32n9.htm"><B>IIsFtpService</B></A></TD>
|
|
<TD width=50%>Establishes configuration properties common to all FTP servers.</TD>
|
|
</TR>
|
|
|
|
<TR VALIGN="top">
|
|
<TD width=50%><A HREF="/iishelp/iis/htm/asp/aore20mq.htm"><B>IIsFtpVirtualDir</B></A></TD>
|
|
<TD width=50%>Sets properties for an individual FTP virtual directory.</TD>
|
|
</TR>
|
|
|
|
<TR VALIGN="top">
|
|
<TD width=50%><A HREF="/iishelp/iis/htm/asp/aore0ard.htm"><B>IIsIPSecurity</B></A></TD>
|
|
<TD width=50%>A custom ADSI object you can use to set access permissions by IP address and domain address.</TD>
|
|
</TR>
|
|
|
|
<TR VALIGN="top">
|
|
<TD width=50%><A HREF="/iishelp/iis/htm/asp/aore60yt.htm"><B>IIsLogModule</B></A></TD>
|
|
<TD width=50%>Contains information about a specific logging module.</TD>
|
|
</TR>
|
|
|
|
<TR VALIGN="top">
|
|
<TD width=50%><A HREF="/iishelp/iis/htm/asp/aore5pyr.htm"><B>IIsLogModules</B></A></TD>
|
|
<TD width=50%>Maintains information about installed logging modules.</TD>
|
|
</TR>
|
|
|
|
<TR VALIGN="top">
|
|
<TD width=50%><A HREF="/iishelp/iis/htm/asp/aore8m5s.htm"><B>IIsMimeMap</B></A></TD>
|
|
<TD width=50%>Manages Multipurpose Internet Mail Extension (MIME) mappings.</TD>
|
|
</TR>
|
|
|
|
<TR VALIGN="top">
|
|
<TD width=50%><A HREF="/iishelp/iis/htm/asp/aore2u3p.htm"><B>IIsMimeType</B></A></TD>
|
|
<TD width=50%>Used to manipulate the list of valid MIME types.</TD>
|
|
</TR>
|
|
|
|
<TR VALIGN="top">
|
|
<TD width=50%><A HREF="/iishelp/iis/htm/asp/aore1jw9.htm"><B>IIsWebDirectory</B></A></TD>
|
|
<TD width=50%>Sets properties for an individual Web directory.</TD>
|
|
</TR>
|
|
|
|
<TR VALIGN="top">
|
|
<TD width=50%><A HREF="/iishelp/iis/htm/asp/aore136t.htm"><B>IIsWebFile</B></A></TD>
|
|
<TD width=50%>Sets properties for an individual Web file.</TD>
|
|
</TR>
|
|
|
|
<TR VALIGN="top">
|
|
<TD width=50%><A HREF="/iishelp/iis/htm/asp/aore8din.htm"><B>IIsWebInfo</B></A></TD>
|
|
<TD width=50%>Establishes configuration properties for Web servers in addition to those set at <B>IIsWebService</B>.</TD>
|
|
</TR>
|
|
|
|
<TR VALIGN="top">
|
|
<TD width=50%><A HREF="/iishelp/iis/htm/asp/aore7zn6.htm"><B>IIsWebServer</B></A></TD>
|
|
<TD width=50%>Establishes configuration properties for a single Web server.</TD>
|
|
</TR>
|
|
|
|
<TR VALIGN="top">
|
|
<TD width=50%><A HREF="/iishelp/iis/htm/asp/aore1p5x.htm"><B>IIsWebService</B></A></TD>
|
|
<TD width=50%>Establishes configuration properties common to all Web servers.</TD>
|
|
</TR>
|
|
|
|
<TR VALIGN="top">
|
|
<TD width=50%><A HREF="/iishelp/iis/htm/asp/aore8v5e.htm"><B>IIsWebVirtualDir</B></A></TD>
|
|
<TD width=50%>Sets properties for an individual Web virtual directory.</TD>
|
|
</TR>
|
|
</TABLE><BR>
|
|
|
|
<H6>See Also</H6>
|
|
|
|
<TABLE border=0 cellpadding=5 cols=2 frame=box rules=cols>
|
|
|
|
<TR VALIGN="top">
|
|
<TD width=50%><A HREF="/iishelp/iis/htm/asp/aore0vhv.htm"><B>Constants</B></A></TD>
|
|
<TD width=50%>A list of constants used with IIS Admin Objects.</TD>
|
|
</TR>
|
|
</TABLE><BR>
|
|
<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>
|