asp.net mvc - The configured maxUrlLength value is not being used -


i received error "the length of url request exceeds configured maxurllength value.". went web.config file, under configuration - system.web . added attribute on httpruntime section follows:

<httpruntime targetframework="4.5" maxurllength="1083" relaxedurltofilesystemmapping="true" /> 

i still error. i've rebuilt, republished, stopped , started iis, can think of. url using has 600 characters in it. else can here?

sorry all. trying use oauth returned url. found it's in form of http://www.foo.com/&foo=bar?foo2=bar2. ampersand , question mark reversed. looks i'm getting bad url intuit. didn't notice because url long. (i think error message iis wrong). investigate more.


Comments

Popular posts from this blog

html - Sizing a high-res image (~8MB) to display entirely in a small div (circular, diameter 100px) -

java - IntelliJ - No such instance method -

identifier - Is it possible for an html5 document to have two ids? -