Brief on Application: Application will be publicly available on the internet.
Requirement: Need to implement both windows and form authentication. I'm stuck in that. If the website is accessed by domain users (directly connected / thru VPN) it needs to authenticate via AD. Otherwise it should use form authentication. We maintain both AD / non AD users in database, once authenticated with AD, we will authorize it by using database.
I Googled but can't find an approach that works for me.
How can I proceed with the scenario?
Thanks in Advance