Large file upload — asp.net

Amr Elgarhy
TreeNodes
Published in
1 min readApr 23, 2012

Uploading large files in ASP.Net or MVC is a little confusing for some of us.

I faced this confusing issue more than a year ago and solved it by the help of some articles online, but recently I faced the same issue I faced 1 year ago, and totally forgot how to fix it.

So I wanted to list here the URL which solved all my issues a year ago, and solved it recently as well:

Telerik Uploading Large Files , This article contain everything which helps to edit the web.config and IIS to make uploading large files a nice task.

To know more about these properties you will edit in the web.config, I recommend to take a look at this msdn page

--

--