Hi, I'm using vs2012, c# and asp.net.
I have an asp.net application that is hosted on IIS 7. This is configure to only enable Windows' authentication and I want to allow only a couple of AD user groups to have access to it. It still ask for me to log in when I arrive at the site. Is there a way to skip this authentication if the user is on the permitted list for the site and they already log in to the domain when they log on to their PC?
Can this be done in code(C#) or IIS configuration?
Thank you.