Hi all,
I currently have a web app that uses forms authentication.
What I want to do is create in additional way to authenticate if they come into the application differently.
This is what it would look like:
www.medford.com/PAL/Default.aspx?Type=Student --- Use Windows Authentication --- Redirect to Default.aspx
www.medford.com/PAL/Default.aspx?Type=Parent --- Use Forms Authentication --- Redirect to Default.aspx
Also, instead of Windows Authetication, I would like to display a form that looks something like the Outlook Web Application (OWA) logon form.
Thanks for any thoughts on this.
Fishy