Page view counter

Windows Authentication

 Rate It (0)

From MSDN: "The WindowsAuthenticationModule provider relies on Microsoft Internet Information Services (IIS) to provide authenticated users, using any of the mechanisms that IIS supports." For most of us, Windows Authentication means of authenticating against the user with ACLs, usually in a domain, on the web server.

Webcasts

  • Authentication and Authorization with ASP.NET 2.0 - In this webcast, Dominick Baier explores how Microsoft ASP.NET 2.0 features a flexible authentication and authorization architecture that supports Windows, certificates, and custom credential types.

Articles

Have fun!

Revision number 3, Monday, February 04, 2008 8:00:00 AM by mbanavige

Comments

Related Articles

Authentication and Authorization

Authentication means figuring out who you are and Authorization means figuring out what you can do. Both are fundamental parts of the ASP.NET Security Model. An Overview of Authentication and Authorization - This is a good place to start. Samples and Quickstarts

Membership and Roles

"ASP.NET Membership builds on the success of the Forms authentication model from ASP.NET 1.x. ASP.NET Forms authentication provides a convenient way to incorporate a login form into your ASP.NET application and validate users against a database or other

ASP.NET WebConfig : Location and Authroization Tags

Here’s is an article saying, how to use the Authorization Tag in Web.Config As per the MSDN Articles, the Location>Authorization Mechanism works on a TOP to DOWN Approach. As if we consider the case, where we need to Define Separate Roles for Folders in

Shortcuts

Table of Contents

Top Wiki Contributors

(last 30 days)

  1. mbanavige (7)
  2. demugger (5)
  3. hareshambaliya (3)
  4. prajeeshkkindia (3)
  5. tmorton (2)
  6. ulu (1)
  7. thinkrajesh (1)
  8. rtpHarry (1)
  9. asim afzal (1)
Microsoft Communities