Strange ASP. NET 2.0 x64 Problems

Source: Internet
Author: User
The 64-bit CPU and 64-bit operating system finally waited for the 64-bit ASP. NET 2.0 to support, and the disappointing thing was that the blog site still could not run on 64-bit.
The blog site currently runs on 32-bit ASP. NET 2.0. If you switch to 64-bit ASP. NET 2.0, the CPU usage of the Web server remains at 100%, and ASP. NET 2.0 compiles applications in a snail like manner. ProgramI remember that after I upgraded my blog program to 64-bit ASP. NET 2.0 in February, it was not completed after several hours of compilation.
Recently, I found the cause of the problem. It turns out that IIS considers the application pool to exceed the virtual memory limit and frequently recycles the application pool, which is recycled almost every minute. The Event Log displays the following information:

A worker process with process ID of '000000' serving application pool 'app _ cnblogs' has requested a recycle because it reached its virtual memory limit.

Even if the virtual memory settings of the application pool are added, the problem cannot be solved. Check the virtual memory usage of the process where the application pool is located and the maximum virtual memory limit is not reached, IIS may be recycled according to the default settings.

Related Article

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.