provider for membership feature

C

Carlos

Hi all,

I decided to learn about the membership feature in asp .net 2.0, and was
able to use my local instance of sqlexpress to create an aspnetdb under my
app's App_Data directory. I used the wizard in the configuration tool to
create users and roles. However, I am not able to see this database using
management studio. I see that the aspnetdb.mdf and aspnet_log.ldf files are
properly located under the App_Data directory.

Can someone shed some light on this?

Thanks in advance,

Carlos
 
G

Guest

The SqlMembership provider in ASP.NET 2.0 uses a SqlExpress feature that
allows auto-attach of a MDB database file in the connection string.
For SQL 2005, you would need to actually physically attach the file.
Peter
 

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,769
Messages
2,569,578
Members
45,052
Latest member
LucyCarper

Latest Threads

Top