Closed Thread
Results 1 to 2 of 2

Thread: how to get ip of the visitors

  1. #1
    kool is offline Newbie
    Join Date
    Jul 2007
    Location
    Ukraine
    Posts
    6
    Rep Power
    0

    how to get ip of the visitors

    hi, i want to get client ipaddress those who are all visiting my page.

    i have one listbox in my clientip.aspx.so i need to display the list of ipaddress those who are all visiting my webpage.

    can any one show me some example regarding this please?
    _________________
    low fixed rate Revolving loan

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Location
    Advertising world
    Posts
    Many

     
  3. #2
    v0id is offline Retired
    Join Date
    Apr 2007
    Posts
    2,937
    Blog Entries
    3
    Rep Power
    42
    You need a database to do this. A MSSQL database would be good, now we're talking about ASP.net.

    Each time a visitor opens your website, you gets the IP, and saves it into the database. There's multiple solutions for this, depending on the database and databaseinterface. You should also think about if it should only save the IP, when the visitor enters the frontpage, or if it should save it on all the other pages as well.

    Getting the visitors IP:
    Get the IP in both ASP.net web page, and ASP.net web service.
    Same stuff as above, but with another feature too.

    Good luck!

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Things that turn online visitors away
    By kris in forum Website Design
    Replies: 1
    Last Post: 04-13-2010, 10:34 AM
  2. Visitors ip address trace
    By nkamk in forum ASP, ASP.NET and Coldfusion
    Replies: 3
    Last Post: 03-09-2010, 07:04 AM
  3. Visitors dip on weekends?
    By ddarude in forum Marketing
    Replies: 11
    Last Post: 05-08-2008, 04:17 PM
  4. how to get ip of the visitors
    By AntonyLT in forum ASP, ASP.NET and Coldfusion
    Replies: 1
    Last Post: 06-14-2007, 03:43 AM
  5. Geo target your visitors
    By AfTriX in forum PHP Tutorials
    Replies: 2
    Last Post: 01-09-2007, 09:12 PM

Tags for this Thread

Bookmarks

Posting Permissions

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