I have two asp.net apps running on the same IIS server.
App1 is using IIS Basic Authentication.
App2 is using Forms Authentication.
Is it possible for App1 to provide Single Sign On to App2? Any tips on where to start? All SSO tutorials I have found are strictly Forms Auth based.
Go to the complete details ...