I need to use a custom database for all of the user membership and rolls.
I'm not a programmer, per se, in that I have never gotten a formal computer
science degree (I have an art degree).
However, over the past several years, I've become fairly proficient at
ASP.net 1.1 development. I'm at the point where I know and understand enough
to really know and understand the areas that I truly don't get or am not
doing right (I miss the days were I was naive enough to not realize how bad
my code was. ;o)
Recently, I tried taking a break from MOSS (shudder) and get up to speed on
ASP.net 2.0
I immediately got completley and utterly stuck on the membership provider
thing.
All the tutorials examples I see are "click, click, click, done! SEE HOW
EASY THAT IS!"
But I have no clue how to get it to work.
There's now a app_data folder in my application, but that's not where the
membership table is made. Apparently there's a DB somewhere on my machine
that has this info. No idea where. It didn't update my web.config at all so
I could figure it out. even then, I still get useless errors in the
Application Configuration wizard.
I can't tell if this is a failing of Visual Studio, ASP.net 2.0, or SQL
Express. I have a hunch it's a bit of each with a lack of documentation for
those not fully 'in the know' of how the internals work.
So, that's a really long post that doesn't help you in any way, Sunfire. I
just wanted to sympathize. ;o)
(For the record, there are some fine folks in here that have helped try to
explain it to me and I really appreciate it. I hope to be able to focus on
this some long weekend and finally plow through it.)
-Darrel