Hi!
I'm currently developing an ASP.NET application which uses Windows
Integrated Security to display different data depending on the Windows User
how requests the page.
So far so good but i also need to get the full qualified name of the user
domain visiting the page to make my app work properly.
I'm currently reading the logged on user by a call to
Request.ServerVariables["LOGON_USER"] but this call will only give me the
short domain name (i.e. i get "myDomain\Markus" but i need
"myDomain.rbgooe.at\Markus").
Is there any way to do it using ASP.NET technology? Or will i have to use
ActiveDirectory-Queries to resolve the domain name?
Thanks a lot for any advice!
Greetings
Markus
|