62 references to WebConfigHelpers
IIS.FunctionalTests (2)
src\Servers\IIS\IIS\test\Common.FunctionalTests\LoggingTests.cs (2)
90
WebConfigHelpers
.AddOrModifyAspNetCoreSection("stdoutLogEnabled", "true"));
92
WebConfigHelpers
.AddOrModifyAspNetCoreSection("stdoutLogFile", Path.Combine("Q:", "std")));
IIS.LongTests (17)
src\Servers\IIS\IIS\test\Common.LongTests\ShutdownTests.cs (3)
45
WebConfigHelpers
.AddOrModifyAspNetCoreSection("shutdownTimeLimit", "1"));
141
deploymentParameters.WebConfigActionList.Add(
WebConfigHelpers
.AddOrModifyAspNetCoreSection("processPath", "nonexistent"));
160
deploymentParameters.WebConfigActionList.Add(
WebConfigHelpers
.AddOrModifyAspNetCoreSection("processPath", "nonexistent"));
src\Servers\IIS\IIS\test\Common.LongTests\StartupTests.cs (14)
52
deploymentParameters.WebConfigActionList.Add(
WebConfigHelpers
.AddOrModifyAspNetCoreSection("processPath", "%DotnetPath%"));
65
deploymentParameters.WebConfigActionList.Add(
WebConfigHelpers
.AddOrModifyAspNetCoreSection("processPath", path));
66
deploymentParameters.WebConfigActionList.Add(
WebConfigHelpers
.AddOrModifyAspNetCoreSection("arguments", arguments));
93
deploymentParameters.WebConfigActionList.Add(
WebConfigHelpers
.AddOrModifyAspNetCoreSection("processPath", dotnetLocationWithoutExtension));
104
deploymentParameters.WebConfigActionList.Add(
WebConfigHelpers
.AddOrModifyAspNetCoreSection("processPath", dotnetLocationWithoutExtension));
118
deploymentParameters.WebConfigActionList.Add(
WebConfigHelpers
.AddOrModifyAspNetCoreSection("processPath", path));
139
deploymentParameters.WebConfigActionList.Add(
WebConfigHelpers
.AddOrModifyAspNetCoreSection("processPath", "dotnet"));
476
WebConfigHelpers
.AddOrModifyAspNetCoreSection("startupTimeLimit", "1"));
509
WebConfigHelpers
.AddOrModifyAspNetCoreSection("startupTimeLimit", "1"));
534
deploymentParameters.WebConfigActionList.Add(
WebConfigHelpers
.AddOrModifyAspNetCoreSection("hostingModel", "bogus"));
946
deploymentParameters.WebConfigActionList.Add(
WebConfigHelpers
.AddOrModifyAspNetCoreSection("processPath", "nope"));
963
deploymentParameters.WebConfigActionList.Add(
WebConfigHelpers
.AddOrModifyAspNetCoreSection("arguments", "nope"));
1504
deploymentParameters.WebConfigActionList.Add(
WebConfigHelpers
.AddOrModifyAspNetCoreSection("processPath", "doesnot"));
1505
deploymentParameters.WebConfigActionList.Add(
WebConfigHelpers
.AddOrModifyAspNetCoreSection("arguments", "start"));
IIS.NewHandler.FunctionalTests (17)
src\Servers\IIS\IIS\test\Common.LongTests\ShutdownTests.cs (3)
45
WebConfigHelpers
.AddOrModifyAspNetCoreSection("shutdownTimeLimit", "1"));
141
deploymentParameters.WebConfigActionList.Add(
WebConfigHelpers
.AddOrModifyAspNetCoreSection("processPath", "nonexistent"));
160
deploymentParameters.WebConfigActionList.Add(
WebConfigHelpers
.AddOrModifyAspNetCoreSection("processPath", "nonexistent"));
src\Servers\IIS\IIS\test\Common.LongTests\StartupTests.cs (14)
52
deploymentParameters.WebConfigActionList.Add(
WebConfigHelpers
.AddOrModifyAspNetCoreSection("processPath", "%DotnetPath%"));
65
deploymentParameters.WebConfigActionList.Add(
WebConfigHelpers
.AddOrModifyAspNetCoreSection("processPath", path));
66
deploymentParameters.WebConfigActionList.Add(
WebConfigHelpers
.AddOrModifyAspNetCoreSection("arguments", arguments));
93
deploymentParameters.WebConfigActionList.Add(
WebConfigHelpers
.AddOrModifyAspNetCoreSection("processPath", dotnetLocationWithoutExtension));
104
deploymentParameters.WebConfigActionList.Add(
WebConfigHelpers
.AddOrModifyAspNetCoreSection("processPath", dotnetLocationWithoutExtension));
118
deploymentParameters.WebConfigActionList.Add(
WebConfigHelpers
.AddOrModifyAspNetCoreSection("processPath", path));
139
deploymentParameters.WebConfigActionList.Add(
WebConfigHelpers
.AddOrModifyAspNetCoreSection("processPath", "dotnet"));
476
WebConfigHelpers
.AddOrModifyAspNetCoreSection("startupTimeLimit", "1"));
509
WebConfigHelpers
.AddOrModifyAspNetCoreSection("startupTimeLimit", "1"));
534
deploymentParameters.WebConfigActionList.Add(
WebConfigHelpers
.AddOrModifyAspNetCoreSection("hostingModel", "bogus"));
946
deploymentParameters.WebConfigActionList.Add(
WebConfigHelpers
.AddOrModifyAspNetCoreSection("processPath", "nope"));
963
deploymentParameters.WebConfigActionList.Add(
WebConfigHelpers
.AddOrModifyAspNetCoreSection("arguments", "nope"));
1504
deploymentParameters.WebConfigActionList.Add(
WebConfigHelpers
.AddOrModifyAspNetCoreSection("processPath", "doesnot"));
1505
deploymentParameters.WebConfigActionList.Add(
WebConfigHelpers
.AddOrModifyAspNetCoreSection("arguments", "start"));
IISExpress.FunctionalTests (19)
src\Servers\IIS\IIS\test\Common.FunctionalTests\LoggingTests.cs (2)
90
WebConfigHelpers
.AddOrModifyAspNetCoreSection("stdoutLogEnabled", "true"));
92
WebConfigHelpers
.AddOrModifyAspNetCoreSection("stdoutLogFile", Path.Combine("Q:", "std")));
src\Servers\IIS\IIS\test\Common.LongTests\ShutdownTests.cs (3)
45
WebConfigHelpers
.AddOrModifyAspNetCoreSection("shutdownTimeLimit", "1"));
141
deploymentParameters.WebConfigActionList.Add(
WebConfigHelpers
.AddOrModifyAspNetCoreSection("processPath", "nonexistent"));
160
deploymentParameters.WebConfigActionList.Add(
WebConfigHelpers
.AddOrModifyAspNetCoreSection("processPath", "nonexistent"));
src\Servers\IIS\IIS\test\Common.LongTests\StartupTests.cs (14)
52
deploymentParameters.WebConfigActionList.Add(
WebConfigHelpers
.AddOrModifyAspNetCoreSection("processPath", "%DotnetPath%"));
65
deploymentParameters.WebConfigActionList.Add(
WebConfigHelpers
.AddOrModifyAspNetCoreSection("processPath", path));
66
deploymentParameters.WebConfigActionList.Add(
WebConfigHelpers
.AddOrModifyAspNetCoreSection("arguments", arguments));
93
deploymentParameters.WebConfigActionList.Add(
WebConfigHelpers
.AddOrModifyAspNetCoreSection("processPath", dotnetLocationWithoutExtension));
104
deploymentParameters.WebConfigActionList.Add(
WebConfigHelpers
.AddOrModifyAspNetCoreSection("processPath", dotnetLocationWithoutExtension));
118
deploymentParameters.WebConfigActionList.Add(
WebConfigHelpers
.AddOrModifyAspNetCoreSection("processPath", path));
139
deploymentParameters.WebConfigActionList.Add(
WebConfigHelpers
.AddOrModifyAspNetCoreSection("processPath", "dotnet"));
476
WebConfigHelpers
.AddOrModifyAspNetCoreSection("startupTimeLimit", "1"));
509
WebConfigHelpers
.AddOrModifyAspNetCoreSection("startupTimeLimit", "1"));
534
deploymentParameters.WebConfigActionList.Add(
WebConfigHelpers
.AddOrModifyAspNetCoreSection("hostingModel", "bogus"));
946
deploymentParameters.WebConfigActionList.Add(
WebConfigHelpers
.AddOrModifyAspNetCoreSection("processPath", "nope"));
963
deploymentParameters.WebConfigActionList.Add(
WebConfigHelpers
.AddOrModifyAspNetCoreSection("arguments", "nope"));
1504
deploymentParameters.WebConfigActionList.Add(
WebConfigHelpers
.AddOrModifyAspNetCoreSection("processPath", "doesnot"));
1505
deploymentParameters.WebConfigActionList.Add(
WebConfigHelpers
.AddOrModifyAspNetCoreSection("arguments", "start"));
Microsoft.AspNetCore.Server.IntegrationTesting.IIS (7)
IISDeployer.cs (2)
133
yield return
WebConfigHelpers
.AddOrModifyAspNetCoreSection(
151
yield return
WebConfigHelpers
.AddOrModifyHandlerSection(
IISDeploymentParameterExtensions.cs (2)
133
WebConfigHelpers
.AddOrModifyAspNetCoreSection("stdoutLogEnabled", "true"));
136
WebConfigHelpers
.AddOrModifyAspNetCoreSection("stdoutLogFile", Path.Combine(path, "std")));
IISExpressDeployer.cs (3)
348
yield return
WebConfigHelpers
.AddOrModifyAspNetCoreSection(
352
yield return
WebConfigHelpers
.AddOrModifyHandlerSection(
367
yield return
WebConfigHelpers
.AddOrModifyAspNetCoreSection("processPath", executableName);