J
James T.
Hello!
I am building a russian web site. I set encoding to windows-1251 in
web.config file
<globalization requestEncoding="windows-1251"
responseEncoding="windows-1251" fileEncoding="windows-1251" culture="ru-RU"
uiCulture="ru-RU" />
The problem is that every time I submit a form, I get following error
message:
"A potentially dangerous Request.Form value was detected from the client "
Does anybody knows how to solve this problem?
Thank you!
James
I am building a russian web site. I set encoding to windows-1251 in
web.config file
<globalization requestEncoding="windows-1251"
responseEncoding="windows-1251" fileEncoding="windows-1251" culture="ru-RU"
uiCulture="ru-RU" />
The problem is that every time I submit a form, I get following error
message:
"A potentially dangerous Request.Form value was detected from the client "
Does anybody knows how to solve this problem?
Thank you!
James