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
> 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
[quoted text clipped - 4 lines]
>
> thanks for any help or information.