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");
310
Directory.CreateDirectory(
_configPath
);
335
redirectionSection.Attributes["path"].Value =
_configPath
;
339
Logger.LogInformation("applicationhost.config path {configPath}",
_configPath
);
461
if (Directory.Exists(
_configPath
))
463
Directory.Delete(
_configPath
, true);
511
HelixHelper.PreserveFile(Path.Combine(
_configPath
, "applicationHost.config"), fileNamePrefix + ".applicationHost.config");