Membership

S

shapper

Hello,

Can I use the Membership, Roles and Profiles in ASP.NET MVC as in
ASP.NET Web Forms?

Can I change the SQL table names? How can I point my application to
those renamed tables?

Where can I get the scripts to create the ASP.NET Membership SQL
tables?

Thank You,

Miguel
 
G

Gaurav Vaish \(a.k.a. MasterGaurav\)

Can I change the SQL table names? How can I point my application to
those renamed tables?

Yes. You can change the name of the tables.
Ensure that you just change the definition of the stored-procedures
generated.

Where can I get the scripts to create the ASP.NET Membership SQL
tables?

Use:

aspnet_regiis -A all -sqlexportonly <Name-of-File-To-Write-Output-To>

aspnet_regiis can be found in C:\WINDOWS\Microsoft\Framework\v2.0.50727
folder.



Hope that Helps.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,062
Latest member
OrderKetozenseACV

Latest Threads

Top