Below, you can find the instruction how to set the uploadReadAheadSize in IIS 7.5.
Note |
---|
The default value is 49152 bytes = 48kb ~ 0.04688 MB |
How to set :
- Launch "Internet Information Services (IIS) Manager"
- Expand the Server field
- Expand Sites
- Select the site you want to make the modification for.
- In the Features section, double click "Configuration Editor"
- Under "Section" select: system.webServer>serverRuntime
- Modify the "uploadReadAheadSize" section (in BYTES)
- Click Apply
Note |
---|
The value must be between 0 and 2147483647. |
Best Regards.