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

前端 未结 6 1451
一个人的身影
一个人的身影 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:39

    Having the same problem in IIS8, the solution was to modify the root Web.config for the .NET Framework. This file is located in %windir%\Microsoft.NET\Framework\framework_version\CONFIG. Editing the web.config file in the site root did not resolve the issue.

提交回复
热议问题