I have an Adobe Acrobat (AA) 7 pdf form that is used in a VS2005 VB web application. It has been working fine for a couple of years.
Yesterday I had to make some simple text changes (phone number) to the AA pdf form, afterwards saving it in the latest version, AA v8.1.2. File size increased from 140kb to 340kb - that made me nervous.
Ran it and it blew up with server error, "A potentially dangerous Request.Form value was detected from the client(....)."
Back when we went from AA v6 to AA v7 we had issues with this pdf form so I suspect the good old Adobe folks have made some unwelcome changes again.
Anyone have this problem and found a cure?
I'd rather not disable 'ValidateRequest' not mess with the HtmlEncode/Decode stuff.
Thanks for any help with this.