SQL Membership PRovider
-
I am using the Role manager provided with Visual Studio. I do not know much about it.. I know how to unlock accounts, and do simple user interactions, but what I was wanting to know if there was a way to take that database and integrate it into another database? Right now my web applicatino contains a database for all of its data, and a database for all the user login data. Is there a way to combine these two? Do I just replicate all the stored procedures, tables, and views from the membership database to my database?
-
I am using the Role manager provided with Visual Studio. I do not know much about it.. I know how to unlock accounts, and do simple user interactions, but what I was wanting to know if there was a way to take that database and integrate it into another database? Right now my web applicatino contains a database for all of its data, and a database for all the user login data. Is there a way to combine these two? Do I just replicate all the stored procedures, tables, and views from the membership database to my database?
aspnet_regiis.exe[^] The above link will walk you through creating the required tables, views, and stored procs. In your case, just select the web applications current database. Hope this helps. Robert Fidler Springfield, Missouri
I'm listening but I only speak GEEK.
-
aspnet_regiis.exe[^] The above link will walk you through creating the required tables, views, and stored procs. In your case, just select the web applications current database. Hope this helps. Robert Fidler Springfield, Missouri
I'm listening but I only speak GEEK.
-
Ok I was afraid that might do something to my current tables... what about transferring the data in the database I use now to the new on I embed in my own database?