Questions tagged [windows-server-2016]

enter image description here


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.

1004 questions
0
votes
1 answer

Is Microsoft.Interop.Security.Azroles in Windows Server 2016

The Authorization Manager (azman.msc) was deprecated for Windows Server 2012 R2, and it looks as though it might not be in Windows Server 2016. But I can't find any information regarding Microsoft.Interop.Security.Azroles in Windows Server 2016.…
0
votes
0 answers

What is the recommended system requirements for running a Angular site with a WebAPI (MVC 6)

I have just bought a VPS with Windows Server 2016. The spec is: 2GB RAM, 2 CORE I think it's not good enough, because when I visit the page, it takes 5+ seconds to load the first page and it does not even call the API. The heaviest page that…
n3tx
  • 429
  • 2
  • 10
  • 23
0
votes
1 answer

Migrating Web Application from Windows Server 2008 to Windows Sever 2016

I am trying to solve a problem for one of my professors at school. He has a C# web project that he is trying to move from a computer running Windows Server 2008 to a newer machine running Windows Server 2016. It is being served with IIS and the…
0
votes
1 answer

How do I move where Docker Images are stored under Windows 2016

I've automated creation of VMs for my developers, and I want to distribute this base image, and script the creation of the secondary drive to as large as they want for container storage. I can't figure out how to change the default docker image…
Digicoder
  • 1,835
  • 1
  • 12
  • 21
0
votes
0 answers

Proc not found on runtime dlls like MSVCR120.dll & MSVCP120.dll

I am using NanoServerApiScan.exe to scan my binaries for the nano server support. It returns Errors like the following, KERNEL32.dll CopyFileA(Proc not found) Please use API CopyFileExA as substitution. MoveFileExA(Proc not found) Please…
Venkatesh
  • 1,537
  • 15
  • 28
0
votes
1 answer

Unable to resolve ip from hostname inside container

Im experimenting with Docker containers and Im having a problem with resolving ips from hostnames from inside my server. It works fine on my machine (windows 10). Basically Im just pinging hostnames on our internal network from my server (windows…
Erik83
  • 539
  • 3
  • 5
  • 19
0
votes
1 answer

ajax call working internally but not externally

I have the following setup: Windows Server 2016 Python 3.4 IIS 10 fastwcgi 2.2.0 flask So locally everything works just fine, but when i call the web from external, it throws error 500, internal server error. I ran the web locally with…
scorpion5211
  • 1,020
  • 2
  • 13
  • 33
0
votes
1 answer

IIS 10 connect to a WebApi project using IP address and not host name

IIS 10, WebAPI 2, Windows Server 2016 I have deployed my application to the server and have an IIS binding of: The host name is not world accessible so I added an entry to hosts to map it: blah.foo.com 10.4.2.116 Using http://blah.foo.com locally…
TheEdge
  • 9,291
  • 15
  • 67
  • 135
0
votes
1 answer

Cygwin intermittently loses it's mapped drives in /cygdrive

So, I have a collection of Windows Server 2016 virtual machines that are used to run some tests in pairs. To perform these tests, I copy a selection of scripts and files from the network on to the machine, before performing the tests. I'm basically…
Gorp
  • 101
  • 1
  • 3
0
votes
1 answer

Windows Server 2016 Enable Installer Logging

On a newly installed Windows Server 2016, I need to fully enable Windows Installer Login. All the current documentation available references the registry location: "HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\Installer" This path is…
0
votes
1 answer

Kubernetes component setup for Windows Server 2016

I want to setup Kubernetes on Windows Server 2016. I have been following https://kubernetes.io/docs/getting-started-guides/windows/ however I am getting validation errors when building the kubelet.exe and kube-proxy.exe. I have cloned the kubernetes…
0
votes
1 answer

Apache Server Unable to host multiple domain on single Public IP Error : "Not Found The requested URL / was not found on this server."

Apache Server Unable to host multiple domain on single Public IP running on Windows Server 2016 Error:"Not Found The requested URL / was not found on this server." 404 Not Found Progress so far : 1)Edited Windows hosts file…
Jijo Johnson
  • 33
  • 1
  • 1
  • 5
0
votes
1 answer

Can Windows 2016 Standard support Rancher?

With the release of Rancher upon 1.3.0 version, Windows 2016 Datacenter with Container can provide the experimental support of Rancher. May I know whether there is any way that we can work with Rancher on Windows 2016 Standard version?
0
votes
1 answer

Docker Storage - Getting a Layman's answer

I am just discovering Docker - I am finding so much information, but I can't seem to get a straight answer on this option. If someone could give me a clear explanation based on my understanding I have of it so far it would be appreciated. I am…
jwknz
  • 6,598
  • 16
  • 72
  • 115
0
votes
0 answers

Can't push docker image to internal Artifactory

Having an Artifactory server with a local docker repository configure. I want to push images to that repo. I have Windows 2016 and installed Docker: Docker version 1.12.2-cs2-ws-beta, build 050b611 I have creating the daemon.json configuration…
chen
  • 131
  • 1
  • 1
  • 11