. ashx general processing of file blocking processing, all page stuck solutions

Source: Internet
Author: User

Recently encountered a ASHX request blocking problem, the general processing file originally only inherited System.Web.IHttpHandler, and later in order to read the session state, and inherited the IRequiresSessionState interface,

There is a blocking problem in the process of processing data in the code in the Ashx.cs file.

have been unable to find out why there is a blockage problem.

Later Baidu, find this article http://gaterking.blog.51cto.com/69893/591314/, just know, session was locked.

Workaround: If you inherit the Ireadonlysessionstate interface again, there will be no blocking issues.

Example code: public Class Testhttphandler:system.web.ihttphandler,system.web.sessionstate.irequiressessionstate, System.Web.SessionState.IReadOnlySessionState

. ashx general processing of file blocking processing, all page stuck solutions

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.