Hi All,

My webApp has a fileupload control which can be upload upto 100mb.
This works fine in debug mode. But after hosting it in the server, it shows "Connection Reset" error.

I use ASP.Net + VB + IIS 5.1

help me to solve this.

Thanks
SARAVANAN

Edit your web.config with following content (Have a look at MSDN Link )

<system.web>
  <httpRuntime  maxRequestLength="10240" executionTimeout="3600"/>
</system.web>
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.