In sharing hosting provider I have a website and a few sub-domain which each one is a separate asp.net web-app with separate Database (SQL Server 2005) .
At the moment I use default ASP.NET Membership Provider for Users and Roles . I would like When a user register in one web-site , she could log-in to other websites too .( I mean doesn't force users to register in all websites ) How could i do that ?