Skip to Content (Press Enter)
OutSystems.com
Personal Edition
Community
Support
Training
Training
Online Training
Developer Schools
Boot Camps
Certifications
Tech Talks
Documentation
Documentation
Overview
ODC
O11
Forums
Forge
Get Involved
Get Involved
Jobs
Ideas
Members
Mentorship
User Groups
Platform
Platform
ODC
O11
Search in OutSystems
Log in
Get Started
Back to Forums
Carla Ribeiro da Fonseca
10
Views
2
Comments
"The URL-encoded form data is not valid" error message
Question
If you get this error it's because...
You (or some else) installed update MS11-100 (https://technet.microsoft.com/en-us/security/bulletin/ms11-100)
and
You have too many fields in your form. Way too many. More than 1000, actually.
The only real solution is to change your form so you don't have that many fields.
The temporary fix -- until you publish the eSpace -- is to add the line
<add key="aspnet:MaxHttpCollectionKeys" value="some number here"/>
in the <appSettings> in web.config.
For more info, Scott Guthrie to the rescue: https://weblogs.asp.net/scottgu/archive/2011/12/28/asp-net-security-update-shipping-thursday-dec-29th.aspx
Hope this helps!
Carolina Bessa
Hi!!
I started to get this error now, and my form has 5 fields
:(
Justin James
MVP
I got that error too, and I doubt that I had anywhere near 1,000 fields in my form as well, but following the fix that Carlos recommends did fix the issue for me a few months ago.
J.Ja
Community Guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
See the full guidelines
Loading...