question

dhfgfsb-3310 avatar image
0 Votes"
dhfgfsb-3310 asked SamWu-MSFT edited

This page cannot be displayed

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-server-iis
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

SamWu-MSFT avatar image
0 Votes"
SamWu-MSFT answered SamWu-MSFT edited

Hi @dhfgfsb-3310

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.


5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.