forms authentication

G

Gopi

How to exclude an aspx page from the Forms authentication of a asp.net web application. It means when ever user requests for that page it should not redirect the request to a logon page to collect credentials.
I have forgot password page which needs to be accessed by the user without authentication. pls let me know how to do this

TI
-Gopi
 
R

ranganh

Dear Gopi

In the web.config of the root folder (where you have specified the authentication mode), just specify the followin

<location path="ForgotPassword Page"><system.web><authorization><allow users="*" /></authorization></system.web></location

hope it helps

----- Gopi wrote: ----

How to exclude an aspx page from the Forms authentication of a asp.net web application. It means when ever user requests for that page it should not redirect the request to a logon page to collect credentials.
I have forgot password page which needs to be accessed by the user without authentication. pls let me know how to do this

TI
-Gopi
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,065
Latest member
OrderGreenAcreCBD

Latest Threads

Top