Re: disabling framework 1.1 security feature
From: Victor Garcia Aprea [MVP] (vga@NOobiesSPAM.com)
Date: 04/11/03
- Next message: Frank: "Re: Setting Principal for HttpWorkerRequest"
- Previous message: Larry Lau: "Re: Problems with secured web service"
- In reply to: -ND-: "disabling framework 1.1 security feature"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
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 ]©º°¯`·. > >
- Next message: Frank: "Re: Setting Principal for HttpWorkerRequest"
- Previous message: Larry Lau: "Re: Problems with secured web service"
- In reply to: -ND-: "disabling framework 1.1 security feature"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|