hello everyone, My problem is i need to access the computer name using website.
on local system the following code work fine.. Dim MyName As String = System.Windows.Forms.SystemInformation.ComputerName or Dim MyName As String = System.Environment.UserName bt when i use this code on my site it's display a series of numbers & alphabets. thanx
