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
 

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

Back
Top