17

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.

Robert Vuković
  • 4,677
  • 6
  • 31
  • 47
  • How did you finally decide to implement this? Would you update your post with what worked best for you? Thanks. – Robert Claypool May 18 '09 at 16:20
  • Look at the accepted answer. It is mine. :) This was the most simplest and good explained solution. – Robert Vuković May 20 '09 at 06:48
  • Oops. Thanks for pointing out the obvious. :-) – Robert Claypool May 20 '09 at 18:29
  • You might find this answer also useful. http://stackoverflow.com/questions/7793108/where-to-find-c-sharp-sample-code-to-implement-password-recovery-in-asp-net-mvc/7796280#7796280 – agarcian Dec 05 '11 at 02:29
  • You might find this answer also useful. http://stackoverflow.com/questions/7793108/where-to-find-c-sharp-sample-code-to-implement-password-recovery-in-asp-net-mvc/7796280#7796280 – agarcian Dec 05 '11 at 02:30

1 Answers1

4

Found good example:

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

Robert Vuković
  • 4,677
  • 6
  • 31
  • 47