Connection Reset due to large file upload but configs should permit upload
问题 I am having errors attempting to upload a file larger than 4 megs in my MVC project. The upload works fine for smaller files. Looking online, I saw that I should add <httpRuntime maxRequestLength="200000" executionTimeout="240"/> to my web config, in system web, but that has had no effect. The connection is still resetting. Are there other configs that need to be changed that I may have missed? The file is 10 megs, so that request length is plenty large enough. The request is not timing out,