Authentication in Sub-Directories? (Not Authorization!!)

sj1187534

Centurion
Joined
Jun 10, 2003
Messages
108
Location
Dallas, Houston, etc.etc.
Hi...

I have 2 secure folders, say 'user' and 'admin'. I specify two web.config files within the folders with the autorization tag containing -- <deny users="?"> --. The problem is they have two different login pages. How can I redirect them to their corresponding login pages using the <authentication> tag??

I have been thinking about this for a while but couldn't come up with anything except making the two login pages same. This seems fine since there are only two types of users in this case. What if we have 4 or 5 types of users???

SJ.
 
Back
Top