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");
320
Directory.CreateDirectory(
_configPath
);
353
redirectionSection.Attributes["path"].Value =
_configPath
;
357
Logger.LogInformation("applicationhost.config path {configPath}",
_configPath
);
479
if (Directory.Exists(
_configPath
))
481
Directory.Delete(
_configPath
, true);
529
HelixHelper.PreserveFile(Path.Combine(
_configPath
, "applicationHost.config"), fileNamePrefix + ".applicationHost.config");