Where is the database for the built in user part of asp.net MVC2? -
user registration/authentication seems built mvc2 database stores users? it's not under data connections.
the database first created when create first user website. after .mdf file in app_data folder.
if want shown in vs, can click project -> show files , should visible in solution explorer. right click aspnetdb.mdf , click include in project.
Comments
Post a Comment