Share via


AspNetDevelopmentServer Class

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

Syntax

'Declaration
<SerializableAttribute> _
Public Class AspNetDevelopmentServer _
    Implements IXmlTestStore
'Usage
Dim instance As AspNetDevelopmentServer
[SerializableAttribute]
public class AspNetDevelopmentServer : IXmlTestStore
[SerializableAttribute]
public ref class AspNetDevelopmentServer : IXmlTestStore
public class AspNetDevelopmentServer implements IXmlTestStore

Remarks

Use this class for developing tests that you intend to run in the ASP.NET host. This class is not the same as the following classes, although their names are similar:

  • AspNetDevelopmentServerAttribute specifies the settings that must be used for the ASP.NET Development Server for the test. This class is primarily used for Web service unit tests.

  • AspNetDevelopmentServerHostAttribute specifies the settings to use when an ASP.NET Development Server is the host server for the test. This class is used for ASP.NET unit tests.

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.TestTools.Common.AspNetDevelopmentServer

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

AspNetDevelopmentServer Members

Microsoft.VisualStudio.TestTools.Common Namespace