WebServerType Enum

Definition

This enumeration provides valid types of Web server settings.

public enum class WebServerType
[System.Serializable]
public enum WebServerType
[<System.Serializable>]
type WebServerType = 
Public Enum WebServerType
Inheritance
WebServerType
Attributes

Fields

Iis 1

The server is Internet Information Services [ver 5.0 and later].

None 0

Not a Web server.

WebDev 2

The server is the Visual Studio development server.

Applies to