I am wondering if there is a way to do this? I’m using windows authentication, and I have a list of groups the user belongs to. I then want to determine which loginview to use based on which group(s) they are part of. Because everyone accessing the site will be required to be logged in anyway the LoggedInTemplate and the AnonymousTemplate are not enough. Any help is appreciated.
Share
I’m just wondering why you would have the need for a LoginView control which would imply forms authentication. If you keep on using Windows authentication there’s no need to have someone authenticating again via forms authentication. It makes no sense.