Hi,
I have created a web application in which i have two logins, for this I have two different login pages created, now my application is having one root web.config file where I can set the any one loginUrl, but what i can want it is, when user enters in the AREA1 then he should redirect to login page1 and when user enters in secure AREA2 then he should redirect to my second login page?
how should i do this?
any help to set or modify the loginUrl of form based authentication dynamically, is it possible or not?