Hi @dhfgfsb
There are many reasons for this error, you can try the following method to solve the problem:
- Click Start, click Run, type Registry Editor, and then click OK.
- Locate and click the following registry key:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\HTTP\Parameters
- On the Edit menu, point to New, and then click DWORD Value.
- Type EnableAggressiveMemoryUsage, and then press ENTER.
- Right-click EnableAggressiveMemoryUsage, click Modify, type 1 in the Value data box, and then click OK.
- Exit Registry Editor.
- Click Start, click Run, type Cmd in the Open box, and then click OK.
- At the command prompt, type
net stop http/y
, and then press ENTER. - 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.