HttpRuntime.AppDomainAppPath Property
.NET Framework 3.0
Gets the physical drive path of the application directory for the application hosted in the current application domain.
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: