I am currently working on an ASP.net C# web app. I am using the AjaxControlToolkit ASyncFileUpload, however, when I upload a certain file I get the error message Maximum Request Length Exceeded. Is there a way that I can increase the size limit for file uploads.
Thanks for any help you can provide.
The maximum request length is set in web.config, specifically in the httpRuntime/maxRequestLength value.
Do be aware that there might also be a limitation in IIS depending on your version.