hi i need to implement single sign on for our asp.net website project. we don't use built in authentication, we keep user info on sql server . my questions
1. is it possible implement sso with out using built in authentication?
2. if yes how to implement the sso inside our asp.net web site ( .net 4.0 )