How to find client information in asp.net?
We have a service wrapper that multiple clients from different servers are calling, every server has multiple users, and in our wrapper we want to have information from our client request such as user domain name and IP address, I know that the IP address could be find through HttpContext.Current.Request.UserHostAddress but what about user logged on that client server?