I'd like to set up my application so that different groups can use it separately. I know to copy the app to a separate subdirectory of the root, but when logged in as a valid user in one subdirectory, I have access to the data in the other subdirectories, even though I'm not a valid user there. Is there a way to prevent that?
Are you using a form to login and access the separate directories or are you using IIS to password protect your directories?
I am using a Login form - the stock form provided by Visual Basic. Since it worked initially I didn't bother to see how. Do I need to learn more?