asp.net.ph

HttpRuntime.AspInstallDirectory Property

System.Web Namespace   HttpRuntime Class


Gets the physical path of the directory where the ASP.NET executable files are installed.

[ VB ]
Public Shared ReadOnly Property AspInstallDirectory As String

[ C# ]
public static string AspInstallDirectory {get;}

[ C++ ]
public: __property static String* get_AspInstallDirectory ( );

[ JScript ]
public static function get AspInstallDirectory ( ) : String;

Property Value

The physical path to the ASP.NET executable files.

.NET Framework Security:

  • FileIOPermission for access to the information in the path itself. This protects 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

See Also

HttpRuntime Members Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph