IIS Large File Upload Error
So you want to let someone upload something to your server using ASP.NET MVC. Not a big problem, pretty simple. But what happens if someone tries to upload a large file? The default max upload file size is four megabytes. … Continued