Windows Authentication





0/5 (0 vote)
From MSDN: "The WindowsAuthenticationModule provider relies on Microsoft Internet Information Services (IIS) to provide authenticated users, using
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
- Recipe: Enabling Windows Authentication within an Intranet ASP.NET Web application - A fantastic step-by-step from ScottGu
- How To: Use Windows Authentication in ASP.NET 2.0 - This How To shows you how to configure and use Windows authentication in an ASP.NET Web application. Windows authentication is the preferred approach whenever users are a part of your Windows domain.
- Authentication in IIS6 vs. turning on Windows Authentication in IIS7
- ASP.NET 3.5 Windows-Based Authentication - by Bill Evjen. Explains ASP.NET windows-based authentication including step by step directions on IIS 7.
Have fun!