Tag Archives: ASP.Net Handler

Implementing ASP.Net Forms Authentication with Active Directory Membership Provider

ActiveDirectoryMembership provider is used manage users against Active Directory, which helps to create Single Sign On for intranet application. Here is a basic implementation, which used to Authenticate users against Active Directory, using Login Control. We need to modify the … Continue reading

Posted in .Net, .Net 3.0 / 3.5, ASP.Net | Tagged , , , , | Leave a comment

Captcha using ASP.Net and C#

Few days back, I got some question related to Captcha (security mechanism, which helps web masters to avoid spam) in a Forum. So I thought of implementing one. I got few nice scripts in Code Project, its a simple implementation, … Continue reading

Posted in .Net, .Net 3.0 / 3.5, ASP.Net, Visual Studio | Tagged , , , , , , | 6 Comments