LocalWebServerType Enumeration

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Type of local web servers available for tests.

Namespace:  ArtOfTest.WebAii.Core
Assembly:  ArtOfTest.WebAii (in ArtOfTest.WebAii.dll) Version: 2018.1.116.0 (2018.1.116.0)
Syntax

public enum LocalWebServerType
Members

  Member nameValueDescription
None0 No local web server is set.
AspNetDevelopmentServer1 Requests are processed using ASP.NET Development Server. (aka Cassini)
AspNetDevelopmentServer402 The .Net 4.0 version of the ASP.NET Development Server.
See Also

Reference