2 overrides of ApplicationHostConfigPath
Microsoft.AspNetCore.Server.IntegrationTesting.IIS (2)
IISDeployer.cs (1)
36
protected override string
ApplicationHostConfigPath
=> _applicationHostConfig;
IISExpressDeployer.cs (1)
41
protected override string
ApplicationHostConfigPath
=> DeploymentParameters.ServerConfigLocation;
2 references to ApplicationHostConfigPath
Microsoft.AspNetCore.Server.IntegrationTesting.IIS (2)
IISDeployerBase.cs (2)
25
var document = XDocument.Load(
ApplicationHostConfigPath
);
27
document.Save(
ApplicationHostConfigPath
);