Default Limits for IIS Express

前端 未结 4 679
再見小時候
再見小時候 2020-12-16 16:57

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

4条回答
  •  [愿得一人]
    2020-12-16 17:28

    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.

提交回复
热议问题