Hi
i'm sertain that you cant get user pc name
Security reson, but you can get his IP/adres
System.Web.HttpContext.Current.Request.UserHostAdd ress
For the server's MachineName you can do.
System.Environment.MachineName.ToString()
If the pc's are on your network, then you can do a reverse dns lookup on the
request IP/address.
and then add a number to get what you want.
GrZ