Re: responseEncoding
- From: Brock Allen <ballen@xxxxxxxxxxxxxxxxx>
- Date: Thu, 05 May 2005 06:27:18 -0700
This is aying that something that looks like a XSS attack has been posted to the website. I'm not sure what in that encoding is causing the problem, but you can disable this security check by setting validateRequest=false. Here are the docs:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpgenref/html/gngrfpagessection.asp
-Brock DevelopMentor http://staff.develop.com/ballen
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
.
- References:
- responseEncoding
- From: James T.
- responseEncoding
- Prev by Date: Re: Cookie. Urgent. Thank You.
- Next by Date: Compilation failed while compling window user control which takes reference of Activex control
- Previous by thread: responseEncoding
- Next by thread: Compilation failed while compling window user control which takes reference of Activex control
- Index(es):
Relevant Pages
|