What is the best approach for mixed-mode authentication on an ASP.NET intranet
问题 Building an ASP.NET intranet application which will authenticate domain users using Windows authentication so there is no need to login. Some users will be accessing the site over wifi and these users will not be authenticated on the domain. Therefore for these users only I need to present a login screen and authenticate them with AD using an LDAP connection (i.e. Forms authentication). I've been hunting around for a reliable solution. There are numerous SO questions (here, here, here, many