PDA

Click to See Complete Forum and Search --> : how can i put the validaterequest=false in my web.config?


PT Exorcist
Sep 13th, 2003, 10:55 AM
how can i put it? i tried just puttin in some place

<validaterequest=false>

but it doesnt work..how should i put it?

hellswraith
Sep 13th, 2003, 12:19 PM
In the page that you don't want validated, you put it in the page declaration:

<%@ Page language="c#" Codebehind="EditPage.aspx.cs" AutoEventWireup="false" Inherits="www.swwarealestate.com.Administrator.EditPage" ValidateRequest="false" %>

PT Exorcist
Sep 13th, 2003, 02:14 PM
tks