|
-
January 3rd, 2010, 06:49 AM
#1
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.
-
January 4th, 2010, 05:11 AM
#2
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|