1 write to _appDomainAppPath
System.Web (1)
HttpRuntime.cs (1)
323
_appDomainAppPath
= GetAppDomainString(".appPath");
11 references to _appDomainAppPath
System.Web (11)
HttpRuntime.cs (11)
327
_isOnUNCShare = StringUtil.StringStartsWith(
_appDomainAppPath
, "\\\\");
349
string dataDirectory = Path.Combine(
_appDomainAppPath
, DataDirectoryName);
723
if (!FileUtil.DirectoryAccessible(
_appDomainAppPath
)) {
725
if (
_appDomainAppPath
.IndexOf('?') >= 0) {
727
throw new HttpException(SR.GetString(SR.Access_denied_to_unicode_app_dir,
_appDomainAppPath
));
730
throw new HttpException(SR.GetString(SR.Access_denied_to_app_dir,
_appDomainAppPath
));
1004
string appDomainAppPath =
_appDomainAppPath
;
1243
string appOfflineFile = Path.Combine(_theRuntime.
_appDomainAppPath
, AppOfflineFileName);
2969
get { return _theRuntime.
_appDomainAppPath
; }
3032
get { return Path.Combine(_theRuntime.
_appDomainAppPath
, BinDirectoryName) + Path.DirectorySeparatorChar; }
3524
_DefaultPhysicalPathOnMapPathFailure = Path.Combine(
_appDomainAppPath
, "NOT_A_VALID_FILESYSTEM_PATH");