I'm using a custom security (no membership provider). After the user logs in ... a folder "App_Data" with ASPNETDB.MDF gets automatically created ... on my local machine. If I deploy this to a remote server, it will not work due to security constraints on App_Data.
Even if I delete this folder and restart the application ... it is re-created, even though I removed all references to Membership/Roles/Profile providers ... Nothing used in code ... just the plain old FormsAuthentication.
How is this happening ?