ASP.NET compile Error : Reply from ::1: time<1ms

Problem:
Whenever a project or a file is run, the address http://localhost:// fails to load on all browsers. I disabled/enabled proxy servers with exclusions and what not to see if it was the proxy that was causing this, but had no luck at all. Funny enough, if I manually change the address to http://127.0.0.1://, the website which I am debugging/running loads.


Command:> ping localhost
Pinging hong001 [::1] with 32 bytes of data:
Reply from ::1: time<1ms sent =" 4," received =" 4," lost =" 0" minimum =" 0ms," maximum =" 0ms," average =" 0ms">ping 127.0.0.1
Pinging 127.0.0.1 with 32 bytes of data:
Reply from 127.0.0.1: bytes=32 time<1ms ttl="128" bytes="32" ttl="128" bytes="32" ttl="128" bytes="32" ttl="128" sent =" 4," received =" 4," lost =" 0" minimum =" 0ms," maximum =" 0ms," average =" 0ms">Solution:
You must be disable IPv6 on your Computer.

HOW to Disable IPv6:

  • Windows XP: Start->Run->cmd /k ipv6 uninstall
  • uninstallUnlike Windows XP, IPv6 in Windows Vista cannot be uninstalled.

Hiç yorum yok:

BlackListIP control on Serenity platform (.NET Core)

 In the Serenity platform, if you want to block IPs that belong to people you do not want to come from outside in the .net core web project,...