4Mb upload limit?

J

John Smith Jr.

I changed the max request size option in the machine.config file, and it
seems to still block me from sending anything larger than 4Mb. I tried
restarting aspnet_wp.exe, IIS web service and even rebooting.
 
E

Egbert Nierop \(MVP for IIS\)

John Smith Jr. said:
I changed the max request size option in the machine.config file, and it
seems to still block me from sending anything larger than 4Mb. I tried
restarting aspnet_wp.exe, IIS web service and even rebooting.

web.config can contain limiting settings as well. Does it?
 
C

Carl Prothman [MVP]

John Smith Jr. said:
I changed the max request size option in the machine.config file, and it
seems to still block me from sending anything larger than 4Mb. I tried
restarting aspnet_wp.exe, IIS web service and even rebooting.

John,
In addition to setting the "maxRequestLength" value, make sure to set
"executionTimeout" to a value that will allow the upload to occur over
a slow connection.

For more information, please see:
http://msdn.microsoft.com/library/en-us/cpgenref/html/gngrfhttpruntimesection.asp

--

Thanks,
Carl Prothman
Microsoft ASP.NET MVP
http://www.able-consulting.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top