Click here to Skip to main content
15,887,350 members
Articles / Web Development / ASP.NET

Extending ASP.NET 2.0 security

Rate me:
Please Sign up or sign in to vote.
2.84/5 (17 votes)
23 May 20063 min read 193.9K   66  
The current implementation of ASP.NET 2.0's security is great and I have fallen in love with it, but it's still too limited. I will show you how to extend ASP.NET 2.0's security using a custom HTTP Handler and your existing Web.sitemap.

Views

Daily Counts

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Web Developer
United States United States
Joel Thoms has been tinkering around with computers and programming ever since he got his first C= 64 at the age of 5. He has been programming professionally since 1996.

He mostly works with ASP.NET, C# and VB.NET, but is also fluent with ASP, VB6 and JavaScript. Has dabbled a little with C++, Perl, Cobol and a few other languages but doesn't have much use for them.

Joel is now the lead developer for Host Collective the company responsible for discountasp.net (one of the leaders in the asp.net hosting industry)

Comments and Discussions