Hello,
I have two folders client and emp in my web application.
I have two different login pages for both of them. Now what i need is that when client should always be redirected to client login page and employee to employees login page, when ever they log out or in case of any unauthorization or what ever reason.
I thought of using the multiple forms tag in web.config but don't know how to.
Vinod