win7 iis To modify upload restrictions, you need to modify 2 places:
1. "Double-click "ASP" in "Internet Information Services (IIS) Manager" – Open "Configure ASP Application Properties" - expand "Restriction Properties"; modify the value of "Maximum Request Entity Body Limit", the default value is 200000, change it to the size you want to modify.
2. Open "Internet Information Services (IIS) Manager" - double-click "Request Filtering" - "Edit Function Settings" - "Request Restrictions" "——Modify "Maximum allowed content length", the default is 30M, you can change it to a larger size, I changed it to 300M - Click "OK" - Restart IIS
Recommended tutorial: IIS tutorial
The above is the detailed content of Modify win7 iis upload file size limit to 200KB. For more information, please follow other related articles on the PHP Chinese website!