asp.net - Simple Membership Tables -


i planning use simple membership project. creating web application using mvc option in visual studio 2013. change webconfig point mssql database. run default application , register user. when check database, tables created follows

• aspnetroles • aspnetuserclaims • aspnetuserlogins • aspnetuserroles • aspnetusers

however, when refer examples available on net, observe names of simple membership tables follows

• webpages_membership • webpages_roles • webpages_usersinroles

would appreciate how move forward - missing while creating application tables starting webpages not created or tables starting webpages renamed in latest version , starting aspnet.

thanks


Comments

Popular posts from this blog

javascript - Feed FileReader from server side files -

c++ - What's the differece between of link to a dynamic file and as a input object? -

How to pass json object using PHP in Wepay API -