A
A
Andrew2019-07-11 05:40:24
IIS
Andrew, 2019-07-11 05:40:24

How to identify the cause of the endless loading of the page?

Windows 8.1, IIS 8.5. The laptop, which was used as the main machine for development for a long time, has now become a "vacation option", I take it on trips and everything worked before, there was no described problem.
The problem is the following: when you open localhost in the browser, there is an endless download. The browser writes "Waiting for a localhost response" and nothing happens, not after a minute, not after ten, not after another interval. Doesn't give any errors.
I tried to request existing and non-existent pages - also eternal loading.
Tried telnet localhost 80, then GET anything - nothing, blank screen, waiting for a response. If you send not a GET but an invalid request, then it gives a response like

spoiler
HTTP/1.1 400 Bad Request
Content-Type: text/html; charset=us-ascii
Server: Microsoft-HTTPAPI/2.0
Date: Thu, 11 Jul 2019 02:39:12 GMT
Connection: close
Content-Length: 326

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN""http://www.w3.org/TR/html4/strict.dtd">
<HTML><HEAD><TITLE>Bad Request</TITLE>
<META HTTP-EQUIV="Content-Type" Content="text/html; charset=us-ascii"></HEAD>
<BODY><h2>Bad Request - Invalid Verb</h2>
<hr><p>HTTP Error 400. The request verb is invalid.</p>
</BODY></HTML>

I tried: rebooting, reinstalling IIS, installing all the components that are in IIS - nothing helped.
Logs are enabled, but the logs folder is empty. Found logs in C:\Windows\System32\Logfiles\HTTPERR
But the content is strange - almost all my queries are missing
spoiler
#Software: Microsoft HTTP API 2.0
#Version: 1.0
#Date: 2019-07-11 02:14:59
#Fields: date time c-ip c-port s-ip s-port cs-version cs-method cs-uri sc-status s-siteid s-reason s-queuename
2019-07-11 02:14:59 ::1%0 50292 ::1%0 80 - - - - - Timer_ConnectionIdle -
2019-07-11 02:17:41 ::1%0 50291 ::1%0 80 HTTP/1.1 GET / - 1 Connection_Abandoned_By_ReqQueue DefaultAppPool
2019-07-11 02:17:41 ::1%0 50303 ::1%0 80 HTTP/1.1 GET / - 1 Connection_Abandoned_By_ReqQueue DefaultAppPool
2019-07-11 02:17:41 ::1%0 50511 ::1%0 80 HTTP/1.1 GET / - 1 Connection_Abandoned_By_ReqQueue DefaultAppPool
2019-07-11 02:17:41 ::1%0 50513 ::1%0 80 HTTP/1.1 GET / 503 1 N/A DefaultAppPool
2019-07-11 02:17:41 ::1%0 50512 ::1%0 80 HTTP/1.1 GET / 503 1 N/A DefaultAppPool
2019-07-11 02:17:41 ::1%0 50514 ::1%0 80 HTTP/1.1 GET /favicon.ico 503 1 N/A DefaultAppPool
2019-07-11 02:17:41 ::1%0 50515 ::1%0 80 HTTP/1.1 GET /favicon.ico 503 1 N/A DefaultAppPool
2019-07-11 02:30:49 ::1%0 50665 ::1%0 80 - - - - - Timer_ConnectionIdle -
2019-07-11 02:38:34 ::1%0 50865 ::1%0 80 - - - - - Timer_ConnectionIdle -
2019-07-11 02:39:12 ::1%0 50875 ::1%0 80 - - - 400 - Verb -
2019-07-11 02:50:30 ::1%0 50986 ::1%0 80 - - - - - Timer_ConnectionIdle -

I noticed that when the iisreset /restart service is restarted, entries appear in the logs that the current open connections (those pages that I try to open and which do not open) are dropped.
2019-07-11 02:59:40 ::1%0 50965 ::1%0 80 HTTP/1.1 GET / - 1 Connection_Dropped DefaultAppPool

How to diagnose the problem and look for the cause?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
R
rPman, 2019-07-11
@rPman

antivirus?
perhaps strange settings on the firewall?

A
Andrey Tokmakov, 2017-10-05
@NPC

Honestly, it's not clear what you mean, but what if you wrap the picture with a block to which you specify the height, and set the picture to 100% height, have you tried it?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question