vote up 4 vote down star

Is there any framework/library for using ASP.NET Membership Provider with confirmation email, something ready to be used ?

Standard functionality used on almost all public web sites.

flag

76% accept rate
How did you finally decide to implement this? Would you update your post with what worked best for you? Thanks. – Robert Claypool May 18 at 16:20
Look at the accepted answer. It is mine. :) This was the most simplest and good explained solution. – Robert Vuković May 20 at 6:48
Oops. Thanks for pointing out the obvious. :-) – Robert Claypool May 20 at 18:29

3 Answers

vote up 4 vote down check

Found good example:

4Guys from Rolla : Examining ASP.NET 2.0's Membership, Roles, and Profile

link|flag
vote up 0 vote down

You can try HeroCoder, I'm using it in a couple of web apps.

link|flag
Is this only for user administration ? – Robert Vuković Jan 10 at 20:33
vote up -2 vote down

You can find your answer here , funny thing is, i just did this to find that good tutorial

link|flag
Did find first link and with the second link but was not been able to find usable solution. – Robert Vuković Jan 8 at 14:30
That's weird. I found a very good solution. Whick is talked through step by step. – Filip Ekberg Jan 8 at 18:34
Hm, didn't look so good to me. I was looking for something that can be used on multiple projects and in n-tier architecture. It looks like I have to write it. :( – Robert Vuković Jan 8 at 21:11
God-forbid a developer have to write code. OH, THE HORROR! – Robert C. Barth Jan 8 at 22:54
Steal code first, write code 2nd... – Jeff Martin Jan 8 at 23:01
show 2 more comments

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.