We have an ASP.NET intranet site, available to users who are either physically at and logged into a local machine or else to users who connect remotely via VPN. Is there a way to automatically get the username of whoever is accessing the page based on the name used to either log into the local machine or that used for the VPN?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
This is possible if you're using Windows Authentication in your pages. You can use either Read more about it here: Enabling Windows Authentication within an Intranet ASP.NET Web Application If you are, however, using Forms Authentication, you'll have to keep track of the current user yourself, the most common method of which will be by storing their login name in a Session variable. |
|||
|
|
If the authentication is setup to do Integrated Windows authentication then you should be able to get it by accessing
|
|||
|
|
|
If the authentication is windows, this should help:
|
|||||||||||
|
|
Get the
|
||||
|
|
