D
darrel
I'm still trying to wrap my head around how VS.net, SQL Express, and the
built in membership provider all works.
At home I've been struggling to get it all to work. I constantly run into
errors with the ASP.net configuration wizard.
So, at work, I thought I'd try and go through the same steps.
I have:
1) Created a new web site project
2) Opened ASP.net Configuration Wizard
3) Set up the provider
4) Enabled roles
5) added a user.
It all worked!
*BUT*...where is my DB?
I didn't select a specific DB. There's nothing in my app_data folder. Where
in the world is all this membership data now being stored?
To ask the question in a different way: How am I suppose to go about setting
up my own local DB in app_data using swl express and have my application use
THAT db to store the information?
-Darrel
built in membership provider all works.
At home I've been struggling to get it all to work. I constantly run into
errors with the ASP.net configuration wizard.
So, at work, I thought I'd try and go through the same steps.
I have:
1) Created a new web site project
2) Opened ASP.net Configuration Wizard
3) Set up the provider
4) Enabled roles
5) added a user.
It all worked!
*BUT*...where is my DB?
I didn't select a specific DB. There's nothing in my app_data folder. Where
in the world is all this membership data now being stored?
To ask the question in a different way: How am I suppose to go about setting
up my own local DB in app_data using swl express and have my application use
THAT db to store the information?
-Darrel