iis - Webpages won't load after server reboot -


so last night experienced power outage caused server reboot. since then, haven't been able access of web pages. keep getting error "connection timed out" , can't work out why. iis running , has been restarted. mysql running.

i've missed simple can't life of me figure out, , after browsing other questions couldn't find answers seemed work.

thanks guys

i think solved doing following:

establish connection server , open cmd in elevated mode (administrator).

type in 'netstat -ano' see used ports @ server. if notice on port 80 configured tasks, while iis off temporarily, should write down pid , type in 'taskkill /pid 1234 /f' /f means forcefully , 1234 means pid number. start site(s) , keep me posted. might have solution you.


Comments

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -