Re: Forms Authentication: Require authentication on all pages but 1
From: Ryan (ryanz@iqmetrix.com)
Date: 02/19/03
- Previous message: Ryan: "Forms Authentication: Require authentication on all pages but 1"
- In reply to: Ryan: "Forms Authentication: Require authentication on all pages but 1"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Ryan" <ryanz@iqmetrix.com> Date: Wed, 19 Feb 2003 15:43:24 -0600
Ok. I solved my own problem. For anyone else who may be having problems with
this, here is how it is done:
<location path="Help.aspx">
<system.web>
<authorization>
<allow users="?" />
</authorization>
</system.web>
</location>
"Ryan" <ryanz@iqmetrix.com> wrote in message
news:eydBkpF2CHA.2904@TK2MSFTNGP09...
> I have a asp.net application, that uses forms authentication (verified
> against a database). In my web.config file, I have set the path ="/" so
that
> every page in the application (including pages in subfolders) need to be
> authenticated before they can be reached.
>
> My question now is, I want to have 1 page in my application that doesn't
> require authentication to get to. (A help page linked to from the logon
> screen).
>
> Other than moving this help page to a directory outside my application
> directory, is there any way to accomplish this?
> Thanks.
> -Ryan
>
>
- Next message: Mike Moore [Microsoft]: "RE: PKCS Certificates"
- Previous message: Ryan: "Forms Authentication: Require authentication on all pages but 1"
- In reply to: Ryan: "Forms Authentication: Require authentication on all pages but 1"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|