I am creating a simple Lightswitch application and recently it started to create additional tables and views in my database.
It creates following tables:
- aspnet_Applications
- aspnet_Membership
- aspnet_Profile
- aspnet_Roles
- aspnet_SchemaVersions
- aspnet_Users
- aspnet_UsersInRoles
The deal is that i do not use any kind of authentication in my app and I use a static database login for working with data. Can the creation of these tables be avoided? Their creation began spontaneously, everything worked fine without them.