1 write to _configPath
Microsoft.AspNetCore.Server.IntegrationTesting.IIS (1)
IISDeployer.cs (1)
308_configPath = Path.Combine(Path.GetTempPath(), Guid.NewGuid().ToString("D"));
7 references to _configPath
Microsoft.AspNetCore.Server.IntegrationTesting.IIS (7)
IISDeployer.cs (7)
309_applicationHostConfig = Path.Combine(_configPath, "applicationHost.config"); 310Directory.CreateDirectory(_configPath); 335redirectionSection.Attributes["path"].Value = _configPath; 339Logger.LogInformation("applicationhost.config path {configPath}", _configPath); 461if (Directory.Exists(_configPath)) 463Directory.Delete(_configPath, true); 511HelixHelper.PreserveFile(Path.Combine(_configPath, "applicationHost.config"), fileNamePrefix + ".applicationHost.config");