Questions tagged [windows-server-2019]

One of Microsoft Windows' server line of operating systems and a successor to Windows Server 2016. Use this tag for questions related to this particular server operating system.

One of Microsoft Windows' server line of operating systems and a successor to Windows Server 2016. Use this tag for questions related to this particular server operating system.

556 questions
0
votes
2 answers

How do I run New-DfsnRoot remotely

I am trying to build a Windows Server 2019 DFS remotely. My client PC is Windows 10. First I create a folder and a share remotely. All is okay. Then I do this from my client PC $cimSession = New-CimSession -ComputerName "dfs.MYDOMAIN" New-DfsnRoot…
0
votes
1 answer

Windows Server HyperV Upgrade from 2012 to 2019 TTFB Latency

I am experiencing significant latency (15 to 20 seconds) with regard to TTFB (time to first byte) after I updated my web server from Windows Server 2012 to 2019. The web server is virtualized and the latency only occurs when saving or retrieving…
kyletme
  • 441
  • 4
  • 17
0
votes
1 answer

AppVeyor install throwing "Failed to add user to group" error

I’m trying to install Appveyor Server on an instance of Windows Server to create a CI/CD pipeline, and each time I try to run the installer, it fails. I’m using the appveyor-server-7.0.2353-win-x64.msi install file. First I spun up a Windows Server…
0
votes
0 answers

IIS - All application pools stopped on a specific time

I'm facing a weird behaviour from IIS where all the app pools configured in IIS has been stopped state exact time daily. No logs on event viewer or IIS. Setup: We have 2 servers having OS "Windows server 2019" and IIS 10.0. we hosted a service…
Gopichandar
  • 2,742
  • 2
  • 24
  • 54
0
votes
1 answer

Docker on Windows 2019 cannot switch to Linux OSType

I'm unable to switch docker to run in Linux mode on a 2019 Windows Server. I've found several guides online that show how to do this via powershell. After running the PS scripts I've noticed no virtual machine is installed in hyper-v, and after a…
jwdenny13
  • 629
  • 1
  • 11
  • 21
0
votes
1 answer

Mysql query process check via Wireshark

I am trying to understand what's happening in the background, when a simple select query executed by client. I am using C# Asp.Net Webforms, and i checked the processes with WireShark. public DBC(string procedureName, params object[]…
sendwich
  • 97
  • 1
  • 10
0
votes
0 answers

Service Fabric internal DNS suddenly stops working

Normally, we can ping another service by its service name using Azure Service Fabric DNS. Around 1am last night, this stopped working. No code or configuration was changed, and nothing was deployed. Now, from within a container, we cannot ping…
Mike Christensen
  • 88,082
  • 50
  • 208
  • 326
0
votes
0 answers

Docker not copying files specified in Dockerfile

I'm currently running a Windows Server 2019 host, and I'm trying to get Visual Studio Build Tools and SSDT installed on a windowsservercore:lts2019 image. I am able to do successful quiet installs of both if I mount the directory when I run the…
0
votes
1 answer

Metadata file could not be found when trying to compile from the cmd

Here is my sample: using System; using Windows.Networking.Vpn; static void main() {VpnManagementAgent mgr = new VpnManagementAgent(); VpnNativeProfile profile = new VpnNativeProfile() { AlwaysOn = false, NativeProtocolType =…
AnArrayOfFunctions
  • 3,452
  • 2
  • 29
  • 66
0
votes
1 answer

Is it even possible to run a Linux docker image on windows server 2019 (VMware)?

Now I been evaluation, trying and testing this for many hours and the frustration start to eat me up. Due to company policies I have nothing else to play with than a host based on WMware. On that i tried to nest a Hyper-V role. The Hyper-V appear in…
chrillelundmark
  • 305
  • 1
  • 2
  • 18
0
votes
1 answer

Docker can connect to engine, but docker compose cannot

I'm running Docker from within a container, which I start like so: docker run -d ` -v //./pipe/docker_engine://./pipe/docker_engine ` -v "$($dockerpath):C:/docker" From within the container, I can run docker ps just fine and it returns the…
Mike Christensen
  • 88,082
  • 50
  • 208
  • 326
0
votes
1 answer

.Net Core publish/deploy to Windows-Server-2019 from macos

I developed a WebApp using ASP.NET Core. I used VSCode on mac and also Visual Studio Professional 2017 for Mac (depending on my mood). 
Publishing on Azure through Git was pretty easy as there were a lot of resources to follow (especially Microsoft…
Wafou Z
  • 85
  • 10
0
votes
0 answers

How do I connect website running on Windows Server 2019 via IIS in AWS to a RDS database?

I am using Windows Server 2019 on AWS (using a EC2 instance) and want to connect my website to the RDS database I set up. I'm using IIS in WS2019 to modify the connection string to try and connect to my database but having trouble. I can use SSMS to…
0
votes
1 answer

MVC5 app hangs on starting application pool on IIS / Windows 2019 Server

I have an MVC5 application which uses various nugets (autofac, devextreme, automapper, entity framework). I have 15 other MVC apps which also use all of these and work fine, but this one..... Locally, either on IISExpress or IIS (Windows 10) it…
Dave R
  • 1,626
  • 19
  • 28
0
votes
1 answer

External IP address not listed for IIS website bindings Google Cloud

I used to had a dedicated server but now I am migrating everything to a google Cloud Platform. In Computer Engine I have created a VM windows server. I am trying to add my first website, but when I try to bind my external IP address, this is not…
1 2 3
36
37