Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Ajax Uploader
»
Re: IIS7 ConnectionLimit / maxAllowedContentLength / Error #2038
Re: IIS7 ConnectionLimit / maxAllowedContentLength / Error #2038
11-24-2010, 7:19 AM
ThomaxVision
Joined on 07-09-2010
Posts 29
Re: IIS7 ConnectionLimit / maxAllowedContentLength / Error #2038
Reply
Quote
You can also try to put this in web.config (this solved my issue )
<httpRuntime maxRequestLength="2097151" executionTimeout="1200" />
i tested 200mb with ajaxuploader on iis7 (i got max upload speed to from my isp)
works just fine
View Complete Thread