0

My asp .net membership ship is targeting "aspnetdb" (some DB which is not visible in my sql server 2008 r2).

I want to make my membership to target some other DB. How can I achieve this??

Please help

Chakri
  • 770
  • 2
  • 7
  • 24

1 Answers1

0

Check out this SO post. Basically, you need to determine if you want to use the existing table structure, or your own. There is a utility you can use to create the tables for the former. From there, you just point to the correct database mapped in the configuration file.

Community
  • 1
  • 1
Brian Mains
  • 50,520
  • 35
  • 148
  • 257