[Configuration] ISAPI in IIS

If have problems with file upload capacity in ISAPI, probably you need increase the max upload size in IIS.
Below, you can find the instruction how to set the uploadReadAheadSize in IIS 7.5.
How to set :
Best Regards.
Below, you can find the instruction how to set the uploadReadAheadSize in IIS 7.5.
![]() |
---|
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
![]() |
---|
The value must be between 0 and 2147483647. |
Best Regards.