This page cannot be displayed

dhfgfsb 21 Reputation points
2021-09-20T16:26:41.127+00:00

Hello everyone,

I have got a strange problem, the web server continuously appears that the client cannot access the site on the server, and the error message prompts "this page cannot be displayed". After logging in to the server, I found that IIS did not stop running, and the services were processed normally, but the pages on the site (including static pages) could not be accessed. This problem has happened before, and my solution is solved by restarting the iis, but it doesn’t work anymore.

Windows development Internet Information Services
0 comments No comments
{count} votes

Accepted answer
  1. Sam Wu-MSFT 7,561 Reputation points Microsoft External Staff
    2021-09-21T01:51:20.247+00:00

    Hi @dhfgfsb

    There are many reasons for this error, you can try the following method to solve the problem:

    1. Click Start, click Run, type Registry Editor, and then click OK.
    2. Locate and click the following registry key: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\HTTP\Parameters
    3. On the Edit menu, point to New, and then click DWORD Value.
    4. Type EnableAggressiveMemoryUsage, and then press ENTER.
    5. Right-click EnableAggressiveMemoryUsage, click Modify, type 1 in the Value data box, and then click OK.
    6. Exit Registry Editor.
    7. Click Start, click Run, type Cmd in the Open box, and then click OK.
    8. At the command prompt, type net stop http/y, and then press ENTER.
    9. At the command prompt, type net start w3svc, and then press ENTER.

    If the answer is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.