Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

This site can’t be reached in IIS Windows 7 [closed]

Tags:

c#

asp.net

iis

I have a simple site using ASP.NET. I have deployet it using IIS Manager in windows 7, Here it's binding config : enter image description here

When I open hisoka.poipo.com using my laptop, I got this error message : enter image description here Weell... I have been reading some articles about this error, most of them said that I have to allow port 80 in my firewall and I have set port 80 to be always opened, but the error is still showing up. I have tried

hisoka.poipo.com/page.aspx

But the site still can't be reached. What I have missed here...??? Please help... Thanks in advance... :)

like image 221
Maryadi Poipo Avatar asked Jun 13 '16 07:06

Maryadi Poipo


People also ask

How do I fix this site can't be reached error?

If you encounter the “This site can’t be reached” message, here are five ways to fix it from least to most complicated: Restart your internet connection. Disable your firewall and antivirus. Clear your browser cache. Flush your DNS cache. Change your DNS servers. Troubleshooting website errors can take some time.

Why can’t I access some websites?

The easiest way to figure out if that’s the problem is to temporarily disable your firewall and antivirus software, and try visiting the site again. Depending on what OS you’re using, you’ll need to follow a different set of steps to disable the built-in firewall. You can use the following articles for guidance:

Why is my IIs page 404 when I Click on it?

The access via the IP address would drop through to either the default IIS virtual web site or one setup for the IP address port 80 in the binding, the 404 could be because the document root won't contain your page as its the default one C:\inetpub\wwwroot if it the default one, maybe not where you "real" page is.

Why does my browser say this site can’t be reached?

Your browser stores those files in a local cache, so it doesn’t have to reload sites in full every time you visit them. In some cases, you might run into the “This site can’t be reached” error due to problems with your cached files. To solve that issue, you’ll need to clear your browser cache.


1 Answers

Did you register hisoka.poipo.com in your local hosts file? Usually here %windir%\system32\drivers\etc\hosts you just add: 169.254.224.121 hisoka.poipo.com

like image 92
Sven Sowa Avatar answered Oct 01 '22 01:10

Sven Sowa