34 references to IIS
IIS.FunctionalTests (4)
DeployerSelector.cs (1)
10public static ServerType ServerType => ServerType.IIS;
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\AppVerifier.cs (1)
25case ServerType.IIS:
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\Helpers.cs (1)
176if (deploymentResult.DeploymentParameters.ServerType == ServerType.IIS)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\IISSubAppSiteFixture.cs (1)
16if (deploymentParameters.ServerType == IntegrationTesting.ServerType.IIS)
IIS.LongTests (4)
DeployerSelector.cs (1)
10public static ServerType ServerType => ServerType.IIS;
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\AppVerifier.cs (1)
25case ServerType.IIS:
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\Helpers.cs (1)
176if (deploymentResult.DeploymentParameters.ServerType == ServerType.IIS)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\IISSubAppSiteFixture.cs (1)
16if (deploymentParameters.ServerType == IntegrationTesting.ServerType.IIS)
IIS.NewHandler.FunctionalTests (4)
DeployerSelector.cs (1)
10public static ServerType ServerType => ServerType.IIS;
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\AppVerifier.cs (1)
25case ServerType.IIS:
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\Helpers.cs (1)
176if (deploymentResult.DeploymentParameters.ServerType == ServerType.IIS)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\IISSubAppSiteFixture.cs (1)
16if (deploymentParameters.ServerType == IntegrationTesting.ServerType.IIS)
IIS.NewShim.FunctionalTests (4)
DeployerSelector.cs (1)
10public static ServerType ServerType => ServerType.IIS;
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\AppVerifier.cs (1)
25case ServerType.IIS:
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\Helpers.cs (1)
176if (deploymentResult.DeploymentParameters.ServerType == ServerType.IIS)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\IISSubAppSiteFixture.cs (1)
16if (deploymentParameters.ServerType == IntegrationTesting.ServerType.IIS)
IIS.ShadowCopy.Tests (4)
DeployerSelector.cs (1)
10public static ServerType ServerType => ServerType.IIS;
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\AppVerifier.cs (1)
25case ServerType.IIS:
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\Helpers.cs (1)
176if (deploymentResult.DeploymentParameters.ServerType == ServerType.IIS)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\IISSubAppSiteFixture.cs (1)
16if (deploymentParameters.ServerType == IntegrationTesting.ServerType.IIS)
IISExpress.FunctionalTests (3)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\AppVerifier.cs (1)
25case ServerType.IIS:
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\Helpers.cs (1)
176if (deploymentResult.DeploymentParameters.ServerType == ServerType.IIS)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\IISSubAppSiteFixture.cs (1)
16if (deploymentParameters.ServerType == IntegrationTesting.ServerType.IIS)
Microsoft.AspNetCore.Server.IntegrationTesting (7)
Deployers\ApplicationDeployerFactory.cs (1)
28case ServerType.IIS:
Deployers\RemoteWindowsDeployer\RemoteWindowsDeployer.cs (3)
29if (_deploymentParameters.ServerType != ServerType.IIS 34$" Supported server types are {nameof(ServerType.Kestrel)}, {nameof(ServerType.IIS)} and {nameof(ServerType.HttpSys)}"); 85if (_deploymentParameters.ServerType == ServerType.IIS)
TestMatrix.cs (2)
148case ServerType.IIS: 230if (server == ServerType.IISExpress || server == ServerType.IIS)
TestVariant.cs (1)
24if (Server == ServerType.IISExpress || Server == ServerType.IIS)
Microsoft.AspNetCore.Server.IntegrationTesting.IIS (3)
ApplicationDeployerFactory.cs (1)
29case ServerType.IIS:
IISDeployer.cs (1)
110var uri = TestUriHelper.BuildTestUri(ServerType.IIS, DeploymentParameters.ApplicationBaseUriHint);
IISDeploymentParameterExtensions.cs (1)
228if (parameters.ServerType == ServerType.IIS)
ServerComparison.FunctionalTests (1)
HelloWorldTest.cs (1)
96case ServerType.IIS: