I am building a website using ASP.net and C#. For users to get on my website they need to authenticate themselves with windows authentication.
I am now trying to store the name where the user authenticates itself with in a session so i can use it later on in my website.
Does anyone knows how to do that?