Today, upgrade a server to the latest IIS8.5, and then deploy the Web site, there is a relatively old ASP site found the problem, upload a slightly larger file error, pass a dozens of k file to no problem, we all know that IIS default upload file size is 30M, and now upload 1M have problems, the following gives a solution.
Upload error message is: Request object error ' ASP 0104:80,004,005 ', because the site ASP's "Limit Properties" setting "Maximum request entity limit" By default only allow 200K, it can be changed to a larger point, the relevant screenshots are as follows:
The maximum request entity in the figure is limited to 200K, just set it up according to your actual situation.
If the 30M is 30000000, the general number of K is the number followed by 3 0. For example: 200 is 200000, certainly not. Too small,
If it is how many m is the number followed by 6 0, but not absolute ah, after all 1k=1024 bytes, 1m=1024k. This is a bit of a worry.