We have a public web app set in IIS for Anonymous Authenication, works great.
We have a 'mini site' within the app, a few pages within the same folder that require authenication.
Right now we are having users type in credentials stored in a dbase, works great.
What we want to change is the users that need to get to these pages will now first login to a vitual desktop solution with an AD (active directory) account.
So we want to pass through the AD crededentials so they can get to the pages straight away without having to re authenicate.
My thought is this can be done in the code behind (C# web forms app), but unsure how to do it.
On the right track? Can it be done and if so, how?
Go to the complete details ...