Hi all.
I have a similar requirement, except that all users are from external sources. There are 2 groups of users with different access rights. High and low.
The web application is based on forms authentication. All users will logon to the web application via "Login.aspx" (1st login) and it authenticates against SQL Server 2000.
High access group can access additional services (via a url link) which require logging on (2nd login) to the web server (Windows Server 2003) and is authenticated against the Active Directory.
Currently, when the high access users click on the url link, a Windows login pops up, prompting the user to enter user name and password. I would like to automate this process, ie, the 2nd login process done "behind the scenes", so that from the view point of high access group users, they only need to login once. How can I go about doing this?
Any advice and help is deeply appreciated.
Thank you
Danny.