About 8,590 results
Open links in new tab
  1. Why is connecting to a web service using localhost faster than using ...

    Oct 8, 2015 · This is why response is almost immediate, because it is all done through the local stack. Specifying an IP address causes the packets to end up on the wire. When an IP address is specified, …

  2. Binding public ip to IIS7 - social.msdn.microsoft.com

    Oct 26, 2021 · - Under 'TO IP Address', I set the IP address as my local (192.168.1.xxx) address, save settings. 4. Went back to IIS and edit the binding IP to my public ip, I notice a slight delay in loading …

  3. Unable to add simple filter for specific IP Remote Address

    Aug 3, 2007 · The filter is added to the BFE without any complaints, but traffic from the Remote Host is not filtered out. I have tried pretty much every concievable format for the IP address and Mask …

  4. Visual Studio 2019 localhost / ipaddress

    May 6, 2021 · You can use your computer's IP address rather than localhost if you like. Enter "ipconfig" in the command prompt to find the IP address if your computer on the local network.

  5. Why can't Vista receive Multicast from IP address 0.0.0.0, but XP can?

    Dec 11, 2007 · The problem is that the device which is sending the multicast packet to the Vista PC has IP address 0.0.0.0. If I change its IP address to something other than 0.0.0.0, Vista will accept the …

  6. Cannot connect to AG Listener in one domain from system in another …

    Apr 1, 2019 · From reporting server, I can ping the Listener (FQDN and Active IP of the AG Listener ) but telnet on port 1433 does not work. Local windows firewalls are disabled on source & destination …

  7. 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 …

  8. VPN Gateway connection status shows "Succeeded" then "Not …

    Jul 20, 2016 · You must specify address prefix (es) for the local network gateway. Those prefixes represent the on premises ranges that Azure virtual network and gateway will route the traffic via …

  9. On-premise Servers cannot communicate with Windows Azure VM

    Sep 17, 2015 · Then, I added a new DC hosting a new domain (cn.abc.com) in the VNet. The branch office computers suppose to be joined to "cn.abc.com" domain but I am having issue where the local …

  10. PingReply pingReply = pingSender.Send (ipAddress, timeout, new byte …

    Aug 3, 2010 · So in an IP network, the first thing that happens is an attempt to connect two end points (Hardware) and allow them to use their IP addresses. This is what ARP does, it maps MAC …