Asp.net project considerations

Source: Internet
Author: User

1: Configure httpruntime

<Httpruntime executiontimeout = "180" maxrequestlength = "102400" usefullyqualifiedredirecturl = "false" minfreethreads = "8" minlocalrequestfreethreads = "4"
Apprequestqueuelimit = "100" type = "codeph" text = "/codeph"/>

Set the timeout time and the size of the uploaded attachment. Otherwise, it is easy to report that the timeout time has reached. The timeout has expired or the server has not responded before the operation is completed. "Error

2: configure the encoding format

<Globalization requestencoding = "UTF-8" responseencoding = "UTF-8" Culture = "ZH-CN" uiculture = "ZH-CN"/>

Otherwise, if there is a Chinese value in the drop-down box in the system, it is easy to report "sending back or the callback parameter is invalid. "Error

 

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.