"potentially dangerous Request.QueryString" error in ASP.Net app (VB.Net 2003)

  • Thread starter Thread starter Alex
  • Start date Start date
A

Alex

Hello,

In one of our VB.Net 2003 apps, we're receiving the following error:
A potentially dangerous Request.QueryString value was detected from the
client (id="RKVW8oNcLoE=").

At first glance I assumed the '=' was the problem, but when we use
'id=VQmAq6M5E/I=' in the same URL it works just fine. Any suggestions? I
know I can add validateRequest=false to each page, but i'd rather not do
that. Does Microsoft have documentation showing exactly what triggers this
error? I'm unable to find this if so.

Thanks for any suggestions...

Alex
 
Back
Top