5 references to AspInstallDirectory
System.Web (5)
Hosting\IIS7WorkerRequest.cs (1)
2562
return HttpRuntime.
AspInstallDirectory
;
Hosting\ISAPIWorkerRequest.cs (1)
1501
return HttpRuntime.
AspInstallDirectory
;
Management\SqlServices.cs (3)
196
string fullpath = Path.Combine(HttpRuntime.
AspInstallDirectory
, install ? SESSION_STATE_INSTALL_FILE : SESSION_STATE_UNINSTALL_FILE);
392
string fullpath = Path.Combine(HttpRuntime.
AspInstallDirectory
, file);
539
string fullpath = Path.Combine(HttpRuntime.
AspInstallDirectory
, sqlFile);