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?
Is there a way to override the maximum request size for a specific ASP.NET/ASP.NET
Share
Use <location> element in web.config and define the setting for your page url.