Membership and role management database
-
I am working on a project where membership and role management properties are needed. So I copied all the tables from the aspnet_db(database for mebership and roles) database to the database I created. Is this the usual practice that all follow? Now I have to copy the stored prodecures. How can I do that? If there is a better way, please advise.
-
I am working on a project where membership and role management properties are needed. So I copied all the tables from the aspnet_db(database for mebership and roles) database to the database I created. Is this the usual practice that all follow? Now I have to copy the stored prodecures. How can I do that? If there is a better way, please advise.
You can use command line utility aspnet_regSQL this will create all tables and SP in specified DataBase for Membership/role/SQLCachig/Profile management etc
Nobody is perfect i'm Nobody
-
You can use command line utility aspnet_regSQL this will create all tables and SP in specified DataBase for Membership/role/SQLCachig/Profile management etc
Nobody is perfect i'm Nobody