I found the answer to this question in a very good article entitled:
ASP.NET 2.0 and the Provider Model, without SQL Express
located at:
http://weblogs.asp.net/bsimser/archi...x?Pending=true
I followed the instructions and it worked.
Thanks,
Keith
"Keith" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> If I understand correctly, the SQL script called "InstallMembership.sql"
> can be used to create a membership database that exists in the instance of
> SQL Server 2005 used for my main application. Having created such a
> database, how can I get the ASP.NET Web Site Administration Tool to
> reference that database instead of the one that exists in the App_Data
> folder SQL Server Express database? Also, how can I get the membership
> controls in my application to reference the newly created database instead
> of the one that exists in the App_Data folder SQL Server Express database?
> Thanks,
>
> Keith
>
>