views:

124

answers:

1

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?

+5  A: 

Use <location> element in web.config and define the setting for your page url.

Michał Chaniewski
Who's that and how did I beat out him? I'm new here, registered just today... :D
Michał Chaniewski
I didn't realize you were new to the site. Ignore my previous comment. You are doing great for your first day!
ichiban