6 references to MakeFileUrl
System.Web (6)
Hosting\ApplicationManager.cs (3)
1390String appDirUrl = HttpRuntime.MakeFileUrl(appDir); 1454String binDirUrl = HttpRuntime.MakeFileUrl(binDir); 1471gacLocation = HttpRuntime.MakeFileUrl(gacLocation);
HttpRuntime.cs (3)
3253strFileData = strFileData.Replace("$AppDirUrl$", MakeFileUrl(appDir)); 3254strFileData = strFileData.Replace("$CodeGen$", MakeFileUrl(binDir)); 3267gacLocation = MakeFileUrl(gacLocation);