Is there a way to override the maximum request size for a specific ASP.NET/ASP.NET MVC page, without also changing it for the rest of the website via Web.config?
|
1
|
|
||
|
|
|
|
Use <location> element in web.config and define the setting for your page url. |
||||
|
