Can you use forms authentication arbitrarily?

  • Thread starter Thread starter Darrel
  • Start date Start date
D

Darrel

Or does it apply to the entire app?

I have a site with a sub-directory called 'admin' where there are a few
admin tools.

I'd like to have access tothe admin directory handled via authentication.
Can I set forms authentication so that it only applies to that subdirectory?

-Darrel
 
Karl said:
Yes. You can set up forms authenrication and in the authorization section
<allow users="*" /> meaning all users will have access

Once again, Karl, thank you very much! This is a nice feature.

-Darrel
 
Back
Top