
Communication between 2 WPF windows using TCP Endpoint
Oct 10, 2010 · Run 'ipconfig' from command prompt to see what IP address you are using and use that IP address, eg. net.tcp://192.168.X.Y:1234/ in your endpoint configuration Start the service and …
Multiple local FTP server in windows possible?
Sep 28, 2015 · Well, you can only have one listening TCP socket per port for each IP address. You CAN have multiple FTP servers if you are willing to put the secondary ones on non-standard TCP ports.
Find available IP address on the network - social.msdn.microsoft.com
Mar 13, 2012 · I need help finding available IP address on my network. I have a spread sheet with IPs being used on the network. However, i need a to know what i can do to find IP addresses are …
Slow connection to on-premise SQL server via Azure Connect
Jun 4, 2012 · Is your Windows Azure VM joined the local domain? If so, this issue may happen if the Azure VM joined the domain as on-premise server. This is because when Azure VM is domain …
How to create a virtual machine with Remote Powershell port (5985) …
Jun 28, 2016 · On your local machine, add the VM IP address to your TrustedHosts list:winrm s winrm/config/client ‘@ {TrustedHosts=”172.0.0.2″}’ In the Azure management console, add an …
Lost - how do I assign a reserved public IP address to an existing ...
Aug 23, 2016 · A reserved public IP address is tied to the cloud service, and can only be tied to the cloud service at cloud service creation time. You can simply delete the VM (keeping disks) and then …
can clients access remote database (SQL)....?
Jul 22, 2009 · The reason that it's failing is that you're trying to use an IP address in conjunction with a named instance name. You can use one or the other. If you want to use an IP address, then the port …
web server not working on local network - social.msdn.microsoft.com
Sep 28, 2021 · I wouldn't say this sounds like an IIS issue as much as a network issue. Can remote machines 1) ping the iis server? 2) telnet X.X.X.X 80 (replace x.x.x.x with the iis ip address) and a …
How To Reserve Outbound IP Adress For VM - social.msdn.microsoft.com
Sep 23, 2015 · A cloud service can hold more than one virtual machine. If you plan in the future to configure load balancing for your service (adding a new VM with IIS), than you will need to use the …
FTP with Client Certificate Authentication Setup Issue
Aug 6, 2019 · In connection type select "FTP using explicit SSL (auth TLS)". In Address box enter the "IP address". In Login type Select "Prompt for password". In the User Name: field, specify the user …