The solution to this can be challenging. However, if anyone has this problem,
check this link:
http://aspnet.4guysfromrolla.com/articles/040506-1.aspx

Signature
L. A. Jones
> How can I rename the default ASPNETDB.MDF database when a login control is
> used?
Masudur - 12 Jul 2007 05:48 GMT
> The solution to this can be challenging. However, if anyone has this problem,
> check this link:
[quoted text clipped - 8 lines]
> > --
> > L. A. Jones
Hi...
You meen to say how to implement a custom membership with asp.net 2.0
right?
Thanks
Md. Masudur Rahman (Munna)
kaz Software Ltd.
www.kaz.com.bd
http://munnacs.110mb.com
> How can I rename the default ASPNETDB.MDF database when a login control is
> used?
Hi,
the database that stores your membership data does not have to be named
ASPNET.MDF!
Just create your database and then go to
<%SystemRoot%>\Microsoft.net\Framework\<ASP.NET_Version> and run the command
"aspnet_regsql.exe". Select your database and the tables needed for
membership management are added to that database. IIRC the database has to
be registered in your SQLServer (or SQLExpress) to create the tables with
aspnet_regsql.exe.
Ciao,
Ralf