Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

LAN user or remote user?

Status
Not open for further replies.

ozpeppers

Programmer
Jul 17, 2001
32
BN
Hi

How can i determine a which type of user I have accessing a website. i.e.

<%

If user = LAN user then
userID = Lan
Else
userID = Remote
End IF

%>

Cheers in advance

Mark
 
you can use request.server.variable(&quot;REMOTE_ADDR&quot;) to determine the ip number of your user. i presume you can tell who is an insider and who is not. . . . br
Gerard
 
sorry:
request.ServerVariables(&quot;REMOTE_ADDR&quot;) br
Gerard
 
I was going to check what ip address was accessing the server - the lan machines are all on the same class c network

Cheers Gerard

Mark
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top