I have a application developed in asp net mvc 4 (IIS 7 and windows server 2008) and it has a upload system.
The problem is that with large files I get an 413 http error.
I am trying to set uploadaheadsize but can´t find it anywhere.
Tried Roles and features and also in application pool. Could someone guide me through this config setting?
Thanks.
I found the solution.
Just added:
in my web.config!
Edit 1:
In addition, I found this useful information on http://www.iis.net:
reference: http://www.iis.net/configreference/system.webserver/security/requestfiltering/requestlimits