I need to test a file upload component that will be accepting very large files. I want to test locally in my development environment but since I use IIS Express instead of I
If the web.config change ppascualv suggested doesn't work, try putting it in the IIS Express applicationhost.config, which can be found at
%userprofile%\my documents\iisexpress\config\applicationhost.config
under
put
This should set it as a global, unless a web.config from an application overrides it.