7 references to 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)