Getting "The connection to 'localhost' failed" error when trying to browse localhost site on IIS -


my localhost iis sites stopped working , can't figure out why. if try , browse http://localhost after while error oops! google chrome not connect localhost. if open fiddler , try again 502 error states system.net.sockets.socketexception connection attempt failed because connected party did not respond after period of time, or established connection failed because connected host has failed respond 127.0.0.1:80

  • i've tried using netstat -a -b see if other applications blocking port 80, there doesn't appear obvious.
  • i've disabled proxy servers , doesn't have affect.
  • as last resort tried re-installing iis

everything has been working fine , can't think of configuration changes would've stopped localhost working. ideas?


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -