1 write to _configPath
Microsoft.AspNetCore.Server.IntegrationTesting.IIS (1)
IISDeployer.cs (1)
318_configPath = Path.Combine(Path.GetTempPath(), Guid.NewGuid().ToString("D"));
7 references to _configPath
Microsoft.AspNetCore.Server.IntegrationTesting.IIS (7)
IISDeployer.cs (7)
319_applicationHostConfig = Path.Combine(_configPath, "applicationHost.config"); 320Directory.CreateDirectory(_configPath); 353redirectionSection.Attributes["path"].Value = _configPath; 357Logger.LogInformation("applicationhost.config path {configPath}", _configPath); 479if (Directory.Exists(_configPath)) 481Directory.Delete(_configPath, true); 529HelixHelper.PreserveFile(Path.Combine(_configPath, "applicationHost.config"), fileNamePrefix + ".applicationHost.config");