Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

WebServerType Enumeration

 

This enumeration provides valid types of Web server settings.

Namespace:   Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

[SerializableAttribute]
public enum class WebServerType

Member nameDescription
Iis

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

None

Not a Web server.

WebDev

The server is the Visual Studio development server.

Return to top
Show: