Hi
I would like to implement below feature in my .net application.
Currently our login application works with Active Directory. Now, I have to change if the system user as administration then web application is not open login page, it automatically logged. if not administrator then we need to show login page.
Can you please advise me?
Thanks in Advance
Loading

CrishPosted May 20, 2010, 4:50 AM
It is possible. You need to pass one parameter (session, cookies or in query string ) from active directory when opening login page . If login page gets this values which shows if this parameter values says administration value then redirect it to default page and if this user does not administration then show him login page.
thanks