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