I have used the below code to get client computer name, however it work for some of the clients and some of the client get error
string IPAdd = Request.U
Use this code
string compName = Environment.MachineName.ToString();