WebConfigurationManager::OpenMachineConfiguration Method
Opens the machine-configuration file as a Configuration object to allow read or write operations.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | OpenMachineConfiguration() | Opens the machine-configuration file on the current computer as a Configuration object to allow read or write operations. |
![]() ![]() | OpenMachineConfiguration(String^) | Opens the machine-configuration file on the current computer as a Configuration object to allow read or write operations. |
![]() ![]() | OpenMachineConfiguration(String^, String^) | Opens the specified machine-configuration file on the specified server as a Configuration object to allow read or write operations. |
![]() ![]() | OpenMachineConfiguration(String^, String^, IntPtr) | Opens the specified machine-configuration file on the specified server as a Configuration object, using the specified security context to allow read or write operations. |
![]() ![]() | OpenMachineConfiguration(String^, String^, String^, String^) | Opens the specified machine-configuration file on the specified server as a Configuration object, using the specified security context to allow read or write operations. |

