7 references to IIS
Microsoft.AspNetCore.Server.IntegrationTesting (7)
Deployers\ApplicationDeployerFactory.cs (1)
28
case ServerType.
IIS
:
Deployers\RemoteWindowsDeployer\RemoteWindowsDeployer.cs (3)
29
if (_deploymentParameters.ServerType != ServerType.
IIS
34
$" Supported server types are {nameof(ServerType.Kestrel)}, {nameof(ServerType.
IIS
)} and {nameof(ServerType.HttpSys)}");
85
if (_deploymentParameters.ServerType == ServerType.
IIS
)
TestMatrix.cs (2)
148
case ServerType.
IIS
:
230
if (server == ServerType.IISExpress || server == ServerType.
IIS
)
TestVariant.cs (1)
24
if (Server == ServerType.IISExpress || Server == ServerType.
IIS
)