ASP.Net Max upload size

Quick question. I have a need to allow a user to upload large files via asp.net upload. What is the current cap on content length?

22MB is the limit you will encounter.

sweet.. thanks for the quick response. Is this in a machine config without the option to override?

correct this one can’t be overridden.

We can consider adding a few MB more but really don’t want to, upload over this limit tend to not be the most successful.

22 should be fine anyway. Thanks again.