Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_databases thread: Re: CAPTURE CLIENT NAME


Message #1 by "Chirag Shah" <chiragiit@y...> on Tue, 16 Jul 2002 19:04:21
--------------------------------------------------------------------
Read microsoft knowledgebase 

HOWTO: Configure REMOTE_HOST to Perform a Reverse DNS Lookup in IIS 
(Q245574)

http://support.microsoft.com/default.aspx?scid=kb;EN-US;q245574

---------------------------------------------------------------
Message #2 by "Johnson, Israel" <IJohnson@R...> on Tue, 16 Jul 2002 13:39:28 -0400
See:  

http://www.devguru.com/Technologies/asp/quickref/request_certificate.html

-----Original Message-----
From: Ken DeFilipps [mailto:kdefilip@m...] 
Sent: Tuesday, July 16, 2002 2:20 PM
To: ASP Databases
Subject: [asp_databases] Re: CAPTURE CLIENT NAME


Hi.
Other than server.variables.  Remote_host returns the ip address of the 
client.  I need the client name as shown in the 'identification' tab of 
the network neighborhood properties.
Thanks.

> Hi.
I need to capture the client name / computer name from an asp page.  Is 
there a method for capturing this info?  Please advise - any help would be 

greatly appreciated.
k.d.

Best regards,


Ken DeFilipps
Oracle Certified Professional
Citrix Certified Administrator


Message #3 by "Ken DeFilipps" <kdefilip@m...> on Tue, 16 Jul 2002 18:19:45
Hi.
Other than server.variables.  Remote_host returns the ip address of the 
client.  I need the client name as shown in the 'identification' tab of 
the network neighborhood properties.
Thanks.

> Hi.
I need to capture the client name / computer name from an asp page.  Is 
there a method for capturing this info?  Please advise - any help would be 

greatly appreciated.
k.d.

Best regards,


Ken DeFilipps
Oracle Certified Professional
Citrix Certified Administrator


Message #4 by "Chirag Shah" <chiragiit@y...> on Tue, 16 Jul 2002 15:57:14
use something like this:
-------------------------------------------------------
Request.ServerVariables("LOGON_USER")
Request.ServerVariables("REMOTE_HOST") 
--------------------------------------------------


Chirag Shah
Web Application Programmer
e. Solutions
177 W. Hintz Road
Wheeling IL 60090
Message #5 by "Ken DeFilipps" <kdefilip@m...> on Tue, 16 Jul 2002 10:04:47 -0400
Hi.
I need to capture the client name / computer name from an asp page.  Is 
there a method for capturing this info?  Please advise - any help would be 
greatly appreciated.
k.d.

Best regards,


Ken DeFilipps
Oracle Certified Professional
Citrix Certified Administrator
Network Data Systems
30 Campion Rd.
New Hartford, NY 13413
xxx.xxx.xxxx


  Return to Index