Re: disabling framework 1.1 security feature

From: Victor Garcia Aprea [MVP] (vga@NOobiesSPAM.com)
Date: 04/11/03


From: "Victor Garcia Aprea [MVP]" <vga@NOobiesSPAM.com>
Date: Fri, 11 Apr 2003 02:48:48 -0300


You can disable this at the Page level by setting the RequestValidate
attribute of the Page directive to false, ie:
<% @Page RequestValidate="false" %>

or at the application level by setting the RequestValidate attribute of the
pages element to false, ie:

<pages ValidateRequest="false">

You should double check the decision of disabling this as its usually not a
good idea,

--
Victor Garcia Aprea
Microsoft MVP | ASP.NET
"-ND-" <death@elrancho.com> wrote in message
news:OOD0Cfy$CHA.2936@TK2MSFTNGP11.phx.gbl...
> Hello
> I'm getting a lot of exceptions on my aspnet application on the form
> "A potentially dangerous Request.QueryString value was detected from the
> client....."
>
> How can I disable this ????
> thnx
>
> .·´¯°º©[ ND ]©º°¯`·.
>
>


Relevant Pages

  • Re: Error
    ... Hi Askhok, ... You can disable this at the Page level by setting the RequestValidate ... You should double check the decision of disabling this as its usually not a ... > String valueName, String collectionName) ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Re: disabling framework 1.1 security feature
    ... > You can disable this at the Page level by setting the RequestValidate ... > You should double check the decision of disabling this as its usually not ... > Victor Garcia Aprea ... > Microsoft MVP | ASP.NET ...
    (microsoft.public.dotnet.framework.aspnet.security)

Quantcast