If I wanted multiple 'applications' in one site with a setup like:
site.com/application1
site.com/application2
And I wanted to use ASP.NET Membership but I needed it so that members of 'application1' couldn't login to 'application2' What's the best way to do that?
Is it just a case of having directories for each of the 'applications' and changing something in the web.config in each folder? If so, what needs to be changed?
Go to the complete details ...