ASPNETDB membership security on remote DB.. Roles?

J

jobs

Im keeping my aspnetdb on a remote server instead of the default local
sql express db on under my project. everything is working well and i
have the right settings under my web.config. I now added role security
and it insiste on creating a local db and adding it there..

any way around this?

thanks for any help or information.
 
G

Guest

First of all, you do not need to use "ASPNETDB" database to handle your
Membership, Roles, Profile. You can create the tables/view/sprocs in any
database with ASPNET_REGSQL or via built-in managment library methods.
You need to have a <Clear> or <Remove> directive in your Membership etc.
web.config nodes in order to remove the default providers before adding your
own.
-- Peter
Recursion: see Recursion
site: http://www.eggheadcafe.com
unBlog: http://petesbloggerama.blogspot.com
bogMetaFinder: http://www.blogmetafinder.com
 

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

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,537
Members
45,021
Latest member
AkilahJaim

Latest Threads

Top