How do I increase the maxUrlLength property in the config in asp.net MVC 3?

前端 未结 6 1438
一个人的身影
一个人的身影 2020-12-08 12:55

I am getting this error:

The length of the URL for this request exceeds the configured maxUrlLength value.

Looking around the

6条回答
  •  無奈伤痛
    2020-12-08 13:41

    As per Ashok's answer that would equate to:

    
    

    within section of the web.config.

提交回复
热议问题