Can i configure windows server 2019 essentials with hyper v and run virtual machines inside with external network
I tryied but it didnt configure external network
Related
I have windows 10 that has VMware. I installed windows server 2019 on it but I don't know how to connect to windows server from my machine, any help?
Ahmad,
If you created the Windows Server 2019 in Windows 10 the default path will be here.
your home directory/Documents/Virtual Machines
If you saved it else where it would have been during setup.
https://docs.vmware.com/en/VMware-Fusion/11/com.vmware.fusion.using.doc/GUID-ECE9C823-8EE2-44AB-A72B-3C37B76F5193.html
I have installed the Linux development in visual studio 2017 on my windows laptop. Usually, for debugging we have to connect with Azure VMs. I have Ubuntu on another laptop. Is it possible for me to connect vs 2017 Linux debugger with the Ubuntu on another laptop and run the programs? If so, then how.
What sort of app are you building?
For .NET Core on Linux the instructions over at:
https://devblogs.microsoft.com/devops/debugging-net-core-on-unix-over-ssh/
For native there's instructions over at:
https://devblogs.microsoft.com/cppblog/targeting-windows-subsystem-for-linux-from-visual-studio/
It's for WSL but if you run those instructions on the Ubuntu box it should be the same.
In either case the key thing is that VS needs to be able to open an SSH tunnel to the Ubuntu laptop. That might mean changing around settings for firewalls either on the boxes or at the network layer.
I am running visual studio on a machine in a network. Visual Studio Android emulator is connected to network, but no internet access!!!
I have been struggling about one month to connect Visual Studio Android emulator to internet, but I can't. I know something is wrong with my network setting, but I do not know what it is, because when I take my machine out of Lan network, and use wifi adapter to connect to internet, Visual Studio Android emulator can connect to internet fine.
What I've tried thus far:
Removed all the virtual switches in Virtual Switch Manager of Hyper-V before running the emulator.
create virtual switches manually
Uncheck automatic detect settings in proxy settings
Try different API levels (19,22,..)
Reinstall visual studio
Even clean reinstall Widows 10 !!!
I like have a local virtual machine running on my laptop (Hyper-v) as my development environment. Having Visual Studio installed in the virtual machine.
Everything has been working great.
Now I have to develop WP8.1 apps, and ofcourse the WP emulator does not work inside of the VM.
But I was hoping to deploy Wp8.1 apps directly on a Windows Phone connect by USB.
This would work if Visual Studio was installed directly on the laptop and not in a VM.
Have anyone been able to do this? Or am I the only one having my development environment hosted in a virtual machine and therefor having these problems? :)
I've discovered that this allows for USB Redirection / RemoteFX (GPEDIT.msc), so I can now use my device in Visual Studio in my virtual machine.
c:\inetpub is there, but not the subdirectory: mailroot\
I recently installed a new HP server computer with Windows Server 2008 R2 Foundation pre-installed.
Should \mailroot\ automatically be installed, or is this a manual step?
It is needed for sending and receiving email to/from the web apps that I'm
hosting on the server; web apps written in Visual Basic 2010, etc.
I have my own Windows Server 2008 R2 server and I have no mailroot directory there either. I would assume that this is not an automatically installed component.
Perhaps How to: Install and Configure SMTP Virtual Servers in IIS will be of some help.