Forms Authentication
From: REB (REB_at_
Date: 03/16/04
- Next message: John Saunders: "Re: How to access the Session object from a new thread ?"
- Previous message: Kevin Spencer: "Re: Creating Web Applications"
- Next in thread: Scott Allen: "Re: Forms Authentication"
- Reply: Scott Allen: "Re: Forms Authentication"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 16 Mar 2004 12:49:12 -0600
I use forms authentication to require users to enter a username and password
<authentication mode="Forms">
<forms name="WebAuth" path="/" loginUrl="Login.aspx" protection="All"
timeout="90">
<credentials passwordFormat="Clear">
<user name="MeMe" password="tester$" />
<user name="YouYou" password="testerT" />
<user name="ThemThem" password="mypaSS" />
</credentials>
</forms>
</authentication>
<authorization>
Is there a way to include sub folders to be covered by this type of
security? I do not want someone to be able to enter a direct URL to a page
located in a subfolder of my website.
THanks
- Next message: John Saunders: "Re: How to access the Session object from a new thread ?"
- Previous message: Kevin Spencer: "Re: Creating Web Applications"
- Next in thread: Scott Allen: "Re: Forms Authentication"
- Reply: Scott Allen: "Re: Forms Authentication"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|