London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
I've tried to understand why my credentials are different when using forms and windows authentication. I'm on a developer computer (localhost) and signing in with my user that is in the computer's administrators group. Forms authentication understands this and maps the virtual role Administrator to me but when signing in using windows authentication I don't get that role and the user is "local-computer\username" instead of just "username".
What differs in the logic between forms and windows authentication?
Thanks