IIS Log Report connections_refused the solution to the problem _win server

Source: Internet
Author: User

File Location: C:\WINDOWS\system32\LogFiles\HTTPERR\httperr1.log

I. Description of the problem

The previous normal ASP Web site is not open today, the site is deployed under IIS. Displays "Connections_refused" by looking for IIS log file "Httperr.log" information

Ii. Solutions

Searching for information on the Web, by default, if the HTTP service in the available non-paged pool memory 20mb,iis 6.0 stops accepting connections, the following two options are available

1, reboot the server to free memory

2, the use of Microsoft Official solution for the registration table in the Enableaggressivememoryusage value set to 1 to resolve. The specific methods are as follows:

1.1, enter the registration form, enter the specific item: Hkey_local_machine\system\currentcontrolset\services\http\parameters
1.2, new DWORD value, enter name "Enableaggressivememoryusage"
1.3, the modified value is 1.
1.4, start-run, input cmd. Enter the cmd window.
1.5, execution: net stop http/y
1.6, the implementation: Iisreset/restart

Third, notes

1, Microsoft Official solution please refer to: HTTP://SUPPORT.MICROSOFT.COM/KB/934878/ZH-CN

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.