Itay.B
Itay.B

Reputation: 4121

Asp.net ready modules

I need to add the ability to register users in my web site. I'm sure that 1000's of programmers already did this, so why should I build from scratch? Does someone knows where can I find a module like this as well as other modules?

Thanks

Upvotes: 0

Views: 81

Answers (2)

gbs
gbs

Reputation: 7276

Asp.Net bulit-in membership has everything you need. Database schema, control as well as APIs. Check these:

http://weblogs.asp.net/scottgu/archive/2005/10/18/427754.aspx

4GuysFromRolla Tutorials

Security Tutorials

Upvotes: 1

Simon Mourier
Simon Mourier

Reputation: 139158

A good start is one of ASP.NET tutorials, available here: How to: Create an ASP.NET Login Page

Upvotes: 0

Related Questions