I've been looking into the built in security that comes with a new webforms application in VS 2012. I noticed that it creates a .mdf file for you with all the tables and such to run the login screen and manage security. My dev lead, however, wants all the backend databases to be in Access - at least for development.

Is there a way to have VS create the backend security database in Access?

Any thoughts on this subject would be appreciated. Noobism going on here.