1. Modify IIS ApplicationHost.config
- A. File location:%windir%/system32/inetsrv/config/applicationhost.config
- B. Locate the <requestFiltering> node
- C. Add the following elements for this node: <requestlimits maxallowedcontentlength= "2147483647"/> (upload size will be changed to 2G)
Note: There is no default <requestlimits maxallowedcontentlength= "Upload size value (in bytes)"/> element under this node.
2. Add the following content in Web. config
<configuration>
<system.web>
</system.web>
</configuration>
The FastCGI process exceeded the configured activity timeout period
1, iis7->fastcgi settings, double-click the "Php-cgi.exe" and "Activity timeout" item by default is set to 70 (seconds), instead of 600 (10 minutes, here according to the requirements can be set slightly higher ~)
2. Site site:
In the advanced settings of the site, click the connection limit, the default is 120 seconds, which changes in each site's
Resources:
Https://www.cnblogs.com/sell/p/4056823.html
Http://www.jb51.net/article/39436.htm
Resolve the "out-of-length", "timeout" issue when importing a database using phpMyAdmin export