4Mb upload limit?

  • Thread starter Thread starter John Smith Jr.
  • Start date Start date
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.
 
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?
 
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
 
Back
Top