Why can’t I upload files larger than 200 KB through my ASP upload method?

This is the default setting for IIS (AspMaxRequestEntityAllowed). Alentus will increase this value if necessary; however, it is a server wide setting. If using Asp.Net, the value can be set/over-ridden at the domain application level in the web.config file.

Add Feedback