IServerWebConfig.Create(String, String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
void Create(System::String ^ FilePath, System::String ^ FileRootName, [Runtime::InteropServices::Out] System::String ^ % Error);
public void Create (string FilePath, string FileRootName, out string Error);
abstract member Create : string * string * string -> unit
Public Sub Create (FilePath As String, FileRootName As String, ByRef Error As String)
Parameters
- FilePath
- String
The folder in which to create the configuration file.
- FileRootName
- String
The string value to which a config extension can be added (for example, Web for Web.config).
- Error
- String
A string to which an error message can be written.
Remarks
See the Create method for implementation details. However, you do not need to call Create
directly.