Results 1 to 3 of 3

Thread: how can i put the validaterequest=false in my web.config?

  1. #1

    Thread Starter
    yay gay PT Exorcist's Avatar
    Join Date
    Apr 2002
    Location
    . . . my reason of shame
    Posts
    2,729

    how can i put the validaterequest=false in my web.config?

    how can i put it? i tried just puttin in some place

    <validaterequest=false>

    but it doesnt work..how should i put it?
    \m/\m/

  2. #2
    PowerPoster hellswraith's Avatar
    Join Date
    Jul 2002
    Location
    Washington St.
    Posts
    2,464
    In the page that you don't want validated, you put it in the page declaration:
    Code:
    <%@ Page language="c#" Codebehind="EditPage.aspx.cs" AutoEventWireup="false" Inherits="www.swwarealestate.com.Administrator.EditPage" ValidateRequest="false" %>

  3. #3

    Thread Starter
    yay gay PT Exorcist's Avatar
    Join Date
    Apr 2002
    Location
    . . . my reason of shame
    Posts
    2,729
    tks
    \m/\m/

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width