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