Reply
display ip address in asp
Old 05-30-2009, 03:16 AM display ip address in asp
harish's Avatar
Average Talker

Posts: 26
Name: Harish kumar
Trades: 0
hello friends, I am going to design a website. I want to display the ip address of visitors on the web page. But I do not know how to display ip address of the visitors using asp. Can any one help me to display ip address of the visitors on the webpage of visitors.
harish is offline
Reply With Quote
View Public Profile
 
 
When You Register, These Ads Go Away!
Old 05-30-2009, 12:04 PM Re: display ip address in asp
Experienced Talker

Posts: 30
Name: Kulrom
Location: Republic of Macedonia
Trades: 0
If it's classic ASP (VBScript) use the following:

Code:
Response.Write (Request.ServerVariables("REMOTE_HOST"))
for ASP.NET use this:
Code:
Response.Write (Request.UserHostAddress())
Kulrom is offline
Reply With Quote
View Public Profile Visit Kulrom's homepage!
 
Old 05-30-2009, 12:10 PM Re: display ip address in asp
Experienced Talker

Posts: 30
Name: Kulrom
Location: Republic of Macedonia
Trades: 0
Actually you can use the first one in ASP.NET as well.
Kulrom is offline
Reply With Quote
View Public Profile Visit Kulrom's homepage!
 
Old 05-31-2009, 03:08 AM Re: display ip address in asp
harish's Avatar
Average Talker

Posts: 26
Name: Harish kumar
Trades: 0
Quote:
Originally Posted by Kulrom View Post
If it's classic ASP (VBScript) use the following:

Code:
Response.Write (Request.ServerVariables("REMOTE_HOST"))
for ASP.NET use this:
Code:
Response.Write (Request.UserHostAddress())

wow, I have tried it. And it is working. Thanks for the reply...
harish is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to display ip address in asp
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 



Page generated in 0.11197 seconds with 13 queries