I have two folders in my web application, the first one is for normal_user and the second one is for administrator, to secure them I created two roles in asp.net configuration , everything is okay, but the problem is that I wanna authenticate my user with Windows authentication not Forms authentication, What i’m supposed to do ?
Share
Listing 1: Denying all users through the web.config file.. Declaring your mode to windows:
In the link below scroll down too : “Authenticating and Authorizing a Group:
Based off of my book, explains all 4 kinds:
http://www.wrox.com/WileyCDA/Section/ASP-NET-3-5-Windows-Based-Authentication.id-310905.html