Contents tagged with membership
-
Membership in ASP.Net applications - part 4
This is the fourth post in a series of posts regarding ASP.Net built in membership functionality,providers,controls. You can read the first one here .You can read the second post here . You can read the third post here.
-
Membership in ASP.Net applications - part 3
This is the third post in a series of posts regarding ASP.Net built in membership functionality,providers,controls. You can read the first one post one here .
-
Membership in ASP.Net applications - part 1
So far in all my posts, I have never mentioned anything about how to implement authentication/authorisation mechanisms in a web site. In all our professional web applications we do need some sort of mechanism to verify who users are and what privileges have in our site.