How to retrieve user name in case of Window Authentication?

Asked 7 years ago
Viewed 953 times

2

How to retrieve user name in case of Window Authentication?

asked by Anonymous User in programming

1 Answer


3

Should work for you:
User.Identity.Name
answered 7 years ago by Uttam Misra

Your Answer