request exceeds the configured maxQueryStringLength when using [Authorize]

前端 未结 4 759
伪装坚强ぢ
伪装坚强ぢ 2020-11-28 03:07

\"enter
I have a MVC3 site in C#, I have a particular view being fed query parameters from

4条回答
  •  南方客
    南方客 (楼主)
    2020-11-28 03:57

    In the root web.config for your project, under the system.web node:

    
        
    ...
    

    In addition, I had to add this under the system.webServer node or I got a security error for my long query strings:

    
        
          
            
          
        
    ...
    

提交回复
热议问题