Wednesday, December 10, 2008

Connection Interrupted

Connection Interrupted
The connection to the server was reset while the page was loading.
The network link was interrupted while negotiating a connection. Please try again.

This is error shown in Firefox, when i upload large files bigger than 4096KB. I found that 4MB is maximum default request length.
You can solve this issue by inserting <httpRuntime maxRequestLength="2048000"> to web.config file. So you upload files up to 2GB total size.

3 comments:

Alejandro said...

Very useful info. Thanks for sharing...

Greetings!

MD [Maulik Dave] said...

You saved my day! Thanks.

Parin said...

Nice useful solution......