Hi,
You can of course create your own login page (for admins)
but they
will have to navigate themselves to that login page since
asp.net
supports only one login page currently. That is it will
always
redirect to one login page as noted in the web.config.
May I ask what is on that admin login page that should not
belong on
the customer login page? Because no "sensitive"
information should be
placed on any login page ..
// Ryan
On 4/11/06, Brian Vallelunga <brian vallelunga.com> wrote:
> I know this wasn't supported in 1.1, but I thought 2.0
might allow
> multiple login pages for use with forms authentication.
I need this
> ability because I have a "customer" section
of my site and an "admin"
> section. The administration section should have a
different login page
> than the customer section.
>
> Thanks,
>
> Brian
>
> ===================================
> This list is hosted by DevelopMentor(r) http://www.develop.com
>
> View archives and manage your subscription(s) at http://discuss.develop.com
>
===================================
This list is hosted by DevelopMentorŪ http://www.develop.com
View archives and manage your subscription(s) at http://discuss.develop.com
|