I have an asp.net mvc 5 web application that uses windows authentication. i am currently the users can login to the application without entering user name and password, since they login to their machines using their Active directory username/password.
but my question is whether asp.net mvc windows authentication can work with workgroups or it can only work against active directory ? Thanks