Form Level Authentication

A

Arvind P Rangan

Hi,

In Authentication Type="Forms"

Which redirects all the pages to login page if not authenticated.

Can we open few pages which does not need authentication.
Few pages should not be re-directed to Login Page.

Thanks.
Arvind.
 
N

.NET Follower

hi,
there is authorization tag which denies access to the pages
in the root folder

<authorization>

<deny users="?"/>

<allow users="*" />

</authorization>

if u want only selected section to be authenticated.

use location tags..



<location path=foldername>

<authorization>

<deny users="?"/>

<allow users="*" />

</authorization>

</location>



foldername contains pages required to be login...



hope that helps

u can even go to asp.net/tutorials sections for detalied info..
 

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,581
Members
45,057
Latest member
KetoBeezACVGummies

Latest Threads

Top