ASP.NET Windows Authentication
By: Joel Martinez on Wednesday, August 3, 2005
Reader Level: 
When ASP.NET was introduced, it brought with it a fantastic way of securing your applications; Forms authentication ... a topic CMX has written about often.This allows you to dictate what users and/or groups have access to what directories in your application. And the great thing about this was that it was very simple to set up. This article is going to cover one specific method of authentication that ASP.NET offers; Windows authentication. You will normally find this in an internal network environment using Active Directory to handle users. As the size of your organization grows, you will find this sort of thing is more common than in your smaller businesses. ASP.NET offers unprecedented support for this environment (after all, it's all Microsoft) and as such, I will show you just how easy it is to configure things to run in such an environment.
Purchase this item
You can purchase this piece of content separately for
$3.00
Want more?
Community MX members get unlimited access to daily articles,
tutorials, extensions and support. The most comprehensive
resource for Macromedia designers and developers today.
Take a tour of what we offer, and discover the benefits
of subscribing.
Already a member?
Simply log in using the form in the top right area of the site.



