CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Oct 2009
    Posts
    4

    Resolve Client machine Name

    Hi Guys,

    I am working on a website and trying to create a web page which will resolve the Computer Name(i.e Client Computer name where the request is coming) of IP same as we resolve for IP Address.Please help me with sample code.

    Working on ASP.NET VisualStudio2005.

  2. #2
    Join Date
    Apr 2006
    Posts
    220

    Re: Resolve Client machine Name

    try
    Code:
    Request.ServerVariables["SERVER_NAME"].ToString()
    http://forums.asp.net/t/821809.aspx?PageIndex=2

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured