Reputation: 28410
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
?
Upvotes: 3
Views: 204
Reputation: 4806
Use <location> element in web.config and define the setting for your page url.
Upvotes: 5