From: C. on
Hi,

My client wants 2 separate login pages for an ASP.Net app, one for
regular users, one for support staff. I am using the standard
FormAuthentication component for authentication. Is it possible to
redirect a regular user to one login page after a timeout, and also to
redirect an admin user to a different page after a timeout? The
loginUrl attribute of <forms> in web.config is read-only, and cannot
be edited at runtime.

In other words, can I do this:

Regular User -> Timeout -> Login.aspx
Support User ->Timeout -> SupportLogin.aspx

Thanks,

C.