G Guest Mar 6, 2004 #1 i need to track my visitors ip over the internet and stored them in the db. any method out there which i can use? thanks in advance.
i need to track my visitors ip over the internet and stored them in the db. any method out there which i can use? thanks in advance.
K klod Mar 6, 2004 #2 How about Request.UserHostAddress? -- Claudio Rivera, MCP, MCAD, MCSD, MCDBA, MCT San Juan, PR smen said: i need to track my visitors ip over the internet and stored them in the Click to expand... db. any method out there which i can use?
How about Request.UserHostAddress? -- Claudio Rivera, MCP, MCAD, MCSD, MCDBA, MCT San Juan, PR smen said: i need to track my visitors ip over the internet and stored them in the Click to expand... db. any method out there which i can use?
J John Saunders Mar 8, 2004 #3 klod said: How about Request.UserHostAddress? -- Claudio Rivera, MCP, MCAD, MCSD, MCDBA, MCT San Juan, PR db. any method out there which i can use? Click to expand... Request.UserHostAddress will get you the IP address which is connecting to you. But the chances are that will be the address of a firewall, proxy server or NAT box. You may not find those addresses very useful.
klod said: How about Request.UserHostAddress? -- Claudio Rivera, MCP, MCAD, MCSD, MCDBA, MCT San Juan, PR db. any method out there which i can use? Click to expand... Request.UserHostAddress will get you the IP address which is connecting to you. But the chances are that will be the address of a firewall, proxy server or NAT box. You may not find those addresses very useful.