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)
Available in Sandboxed Solutions: No

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.Boolean

    true to enable Windows SharePoint Services in IIS; otherwise, false.

See Also

Reference

SPGlobalAdmin Class

SPGlobalAdmin Members

Microsoft.SharePoint.Administration Namespace