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

php - regexp cyrillic filename not matches -

c# - OpenXML hanging while writing elements -

sql - Select Query has unexpected multiple records (MS Access) -