Re: disabling framework 1.1 security feature
From: Victor Garcia Aprea [MVP] (vga_at_NOobiesSPAM.com)
Date: 05/02/03
- Previous message: Victor Garcia Aprea [MVP]: "Re: Error"
- Next in thread: Yury Zenkevich: "Re: disabling framework 1.1 security feature"
- Maybe reply: Yury Zenkevich: "Re: disabling framework 1.1 security feature"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Fri, 2 May 2003 01:20:00 -0300
Hi again,
I've just added an entry to my blog describing how this feature works
internally. If you want to learn more about it, please take a look at
http://dotnetweblogs.com/vga/
-- Victor Garcia Aprea Microsoft MVP | ASP.NET "Victor Garcia Aprea [MVP]" <vga@NOobiesSPAM.com> wrote in message news:OXZX53%23$CHA.2368@TK2MSFTNGP10.phx.gbl... > 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 ]©º°¯`·. > > > > > >
- Previous message: Victor Garcia Aprea [MVP]: "Re: Error"
- Next in thread: Yury Zenkevich: "Re: disabling framework 1.1 security feature"
- Maybe reply: Yury Zenkevich: "Re: disabling framework 1.1 security feature"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|