SPGlobalAdmin.IIS6EnableSTS method
NOTE: This API is now obsolete.
In Windows SharePoint Services 2.0, the IIS6EnableSTS method specified whether to enable SharePoint Foundation in Internet Information Services (IIS) version 6, and is maintained for backward compatibility.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<ObsoleteAttribute("This method is no longer necessary.", False)> _
Public Sub IIS6EnableSTS ( _
bEnable As Boolean _
)
'Usage
Dim instance As SPGlobalAdmin
Dim bEnable As Boolean
instance.IIS6EnableSTS(bEnable)
[ObsoleteAttribute("This method is no longer necessary.", false)]
public void IIS6EnableSTS(
bool bEnable
)
Parameters
bEnable
Type: System.Booleantrue to enable Windows SharePoint Services in IIS; otherwise, false.