ServerWebConfig Class

Definition

Creates a Web.config file for a SOAP-enabled COM+ application. Can also add component entries to the file for COM interfaces being published in the application.

This API supports the product infrastructure and is not intended to be used directly from your code.

public ref class ServerWebConfig : System::EnterpriseServices::Internal::IServerWebConfig
public class ServerWebConfig : System.EnterpriseServices.Internal.IServerWebConfig
type ServerWebConfig = class
    interface IServerWebConfig
Public Class ServerWebConfig
Implements IServerWebConfig
Inheritance
ServerWebConfig
Implements

Remarks

The ServerWebConfig class is used to create a Web.config file during creation of a virtual root in Internet Information Services (IIS) 6.0 for a SOAP-enabled COM+ application. It also can add XML elements to the Web.config file for component interfaces being added to the application.

ServerWebConfig is used internally by the .NET Framework. You do not need to use it directly in your code.

Constructors

ServerWebConfig()

This API supports the product infrastructure and is not intended to be used directly from your code.

Initializes a new instance of the ServerWebConfig class.

Methods

AddElement(String, String, String, String, String, String)

This API supports the product infrastructure and is not intended to be used directly from your code.

Adds XML elements to a Web.config file for a COM interface being published in a SOAP-enabled COM+ application.

Create(String, String, String)

This API supports the product infrastructure and is not intended to be used directly from your code.

Creates a Web.config file for a SOAP-enabled COM+ application so that the file is ready to have XML elements added for COM interfaces being published.

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to