Increasing Max Upload File Size on IIS7/Win7 Pro
- by Jay Querido
I'm setting up a server for a client (something I don't typically do), and I'm running into issues with uploading larger files (11MB). The server is running Windows 7 Professional with IIS added.
In web.config I've tried setting
<system.web>
<httpRuntime maxRequestLength="65536" /> <!-- 64MB -->
</system.web>
... and…