HttpRuntime.MachineConfigurationDirectory Property
.NET Framework 3.0
Gets the physical path to the directory where the Machine.config file for the current application is located.
Namespace: System.Web
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
- FileIOPermission for access to the information in the path itself. This helps protect sensitive information in the path, such as user names, as well as information about the directory structure revealed in the path. This value does not grant access to files or folders represented by the path. Associated enumeration: FileIOPermissionAccess.PathDiscovery
Community Additions
ADD
Show: