0

I am getting the above error. i read a lot of articles but not gains. What i have already tried Use Validaterequest = "false" at page directive

Made the follwing changes in the web.config

"

i have also encoded the value as server.htmlencode. But no gains.

I am using iis 7.5 and .net frame work 4.0.

What else should i do and what are the main reasons which can through this exception?

Shah
  • 1,604
  • 4
  • 20
  • 33
  • http://stackoverflow.com/questions/81991/a-potentially-dangerous-request-form-value-was-detected-from-the-client can help you – Arun Rana Dec 21 '11 at 05:08

1 Answers1

0

You might take a look at this question: A potentially dangerous Request.Form value was detected from the client

If that doesn't contain the information you need, you might consider posting some code snippets here.

Also - your changes to the web.config don't appear to be posted as you intended.

Community
  • 1
  • 1
Origin
  • 1,943
  • 13
  • 33