Web Request Source IP Addresses

Discussion in 'Databases' started by Levi, Mar 5, 2003.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. Is there a way to program my pages to get and save requesting source IPs with this web provider's service since I found the raw logs are not available?

    Thanks for your time,
    Levi
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    The requesting IP address can be accessed using Request.ServerVariables("REMOTE_ADDR"). Works both in asp & asp.net

    see this article

    http://www.4guysfromrolla.com/webtech/092298-3.shtml


    quote:Originally posted by Levi

    Is there a way to program my pages to get and save requesting source IPs with this web provider's service since I found the raw logs are not available?

    Thanks for your time,
    Levi
    </blockquote id="quote"></font id="quote">
     
  3. Thanks, Bruce.

    Levi
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page