Nivas Pandian
Nivas Pandian

Reputation: 424

Firefox can't establish a connection to the server at localhost in my IIS configuration

I receive the message for the past two days.......when http://localhost in my WIN 7,and 127.0.0.1 also shows the same.... C:\Windows\System32\drivers\etc\hosts was also in correct format.....

before two days It was working well...IIS 7,But now not working.....

but I receive the message....

Firefox can't establish a connection to the server at localhost

Upvotes: 2

Views: 24206

Answers (2)

Gabriel Arghire
Gabriel Arghire

Reputation: 2370

In my case I just restarted the laptop and then the problem solved itself.

Upvotes: 1

Rorchackh
Rorchackh

Reputation: 2181

Check if the port of IIS has been changed. If not, check your firewall, it may be blocking connection to and from the server.

if u connection using http:// localhost, make sure IIS is running on port 80.

Upvotes: 2

Related Questions