The first early preview version (Technical Preview) became available on October 1, 2014. Windows Server 2016 was released on September 26, 2016 at Microsoft's Ignite conference and became generally available on October 12, 2016.
Questions tagged [windows-server-2016]
1004 questions
5
votes
0 answers
ASP.NET Core app slow to respond to requests after idle
I have an ASP.NET Core MVC app running on a Windows Server 2016 machine. The problem I am experiencing is that after sitting idle for about 1 minute, the app is slow to respond to requests. If I use the app continuously everything is fine and…

Valuator
- 3,262
- 2
- 29
- 53
5
votes
1 answer
docker ee windows server 2016 cannot create network
I'm new in Docker, I'm trying to create a network using the driver bridge
docker network create -d bridge DockerNet
but I keep getting the error: Error response from daemon: plugin not found.
I also tried to use
docker network create -d l2bridge…

Lim Jun Wei
- 97
- 1
- 10
5
votes
0 answers
No Managed Code option not available in IIS 10
I am trying to run a dotnet core application in IIS 10 which requires the Managed Pipeline Mode be set to "No Managed Code" but that option appears to be missing. Am I missing a setting or a framework to enable that option?

Guitrum
- 171
- 1
- 10
5
votes
2 answers
How to set Require SSL for an IIS web site using Powershell IISAdministration module on Windows 2016
On Windows 2016, trying to use the new IISAdministration module for Powershell (not WebAdministration), how do you set the Require Ssl checkbox for a specific web site?
Reference for system.webserver/security/access found in…

Thierry_S
- 1,526
- 16
- 25
5
votes
1 answer
Cannot run automation tests against IE11 on Windows Server 2016 using Selenium and IEWebDriverServer 3.4.0
OS: Windows Server 2016 Datacenter (64 bit)
Browser: Internet Explorer 11.0.14393.0
Protractor: 5.1.2
Selenium server standalone: 3.4.0
IEWebDriverServer.exe: 3.4.0
Java: 1.8.0_131
We are attempting to run automation tests against Internet…

Aaron
- 51
- 1
- 2
5
votes
1 answer
IIS Caching Deleted SSL Certificate
I am using IIS 10 on Windows 2016
Whenever I update my SSL certificate and apply that to binding IIS doesn't use that but keeps using the old certificate.
Things what I have tried till now -
Restart website
Restart App Pools
Restart IIS
Deleting…

LazyProgrammer
- 197
- 5
- 17
5
votes
2 answers
How do I change the time zone of a Google Cloud Windows Server 2016 VM?
When I try to change the time zone of a Windows Server 2016 VM on Google Cloud Platform I get a permissions error. My user has full admin privileges. Is it possible?

norgepaul
- 6,013
- 4
- 43
- 76
5
votes
4 answers
Cannot load c:/php/php5apache2_4.dll into server: The specified module could not be found
When trying to use PHP 5.6.30 with Apache 2.4 there seems to be a somewhat well-known issue (outside of using Docker) but there does not seem to be any real solution for fixing the issue. I am getting the following error:
httpd.exe: Syntax error…

Jay Blanchard
- 34,243
- 16
- 77
- 119
5
votes
1 answer
Windows containers 2016 run powershell as a domain user
I want to be able to either run a Windows Container as a domain user
Example (no idea on how to run as a different user)
docker run -it microsoft/nanoserver powershell
Or alternatively being able to run powershell script in the container as a…

Paul Kling
- 75
- 4
5
votes
3 answers
ADFS + OpenID Connect email claim and external ADFS
I'm having difficulties setting up ADFS with OpenID Connect on Windows Server 2016.
I've setup AD for testing and I can successfully authenticate, however the email claim is not in the id token.
Additionally I've setup an external ADFS in the Claims…

LeoTietz
- 329
- 4
- 13
4
votes
0 answers
Windows 11 and QT5.14: "8007277C No such service is known" when making request to Microsoft Server 2016 Datacenter
We have a data server running on an AWS instance of a Windows Server 2016 Datacenter. I have just compiled the program and while running in debug mode am trying to make requests to the server to return some information. However, on each attempt to…

jabroni
- 167
- 16
4
votes
2 answers
TLS setting in Chrome vs IE - ERR_CONNECTION_RESET
I'm trying to connect to IIS (on WS2016 where TLS 1.2 is only available TLS version - the other ones are disabled).
Exploring with IE works fine
Exploring with Chrome (up to date) finishes with ERR_CONNECTION_RESET
I tried many configurations…

DMan
- 429
- 4
- 12
4
votes
0 answers
Error when trying to run a docker images with Docker Enterprise in Windows Server 2016
I recently installed Docker Enterprise on my Windows Server 2016 machine.
However, when I try to do a docker run hello-world, I get this error
docker: no matching manifest for windows/amd64 10.0.14393 in the
manifest list entries.
I think it…

Cameron
- 533
- 2
- 6
- 14
4
votes
0 answers
TLS 1.2 on Windows Server 2016 and .NET 3.5
I have this error using .NET 3.5 on Windows Server 2016 when I try to use TLS 1.2:
Unhandled Exception: System.NotSupportedException: The requested security protocol is not supported.
at System.Net.ServicePointManager.set_SecurityProtocol…

cralu
- 71
- 1
- 5
4
votes
2 answers
Maintaining user environment variables in Powershell logon script with admin privileges
I accidentally deleted 180 users from my AD and they aren't recoverable. I have recreated the accounts in AD and what not. This creates a new profile on their laptops when they login because of the new SID. I'm trying to write a script that grants…

MagicMatt
- 43
- 4