ServerWebConfig Class
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. Can also add component entries to the file for COM interfaces being published in the application.
Assembly: System.EnterpriseServices (in System.EnterpriseServices.dll)
| Name | Description | |
|---|---|---|
![]() | 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. |
| Name | Description | |
|---|---|---|
![]() | 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.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
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.
Available since 1.1
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

