Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Utility Namespace / HttpContextHelper Class / GetIISVersion Method
The server reported value of HttpRequest.ServerVariables["SERVER_SOFTWARE"].
In This Topic
    GetIISVersion Method
    In This Topic
    Parse the server software identifier and attempt to determine the major/minor version.
    Syntax
    public static double GetIISVersion( 
       string serverSoftware
    )

    Parameters

    serverSoftware
    The server reported value of HttpRequest.ServerVariables["SERVER_SOFTWARE"].

    Return Value

    Returns IIS version.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also