Hi all,
I've just checked my SQL DB and have noticed several LAN I.P addresses in there, I'm using ASP ....
...to get the I.P of the user to put it into the DB log, the question is, has anyone seen this odd behaviour before ? and how are LAN I.Ps even able to get into the DB ?.
I'm wondering if it's to do with the server or maybe even the ISP ?.... all seems very strange to me.
Thanks !
I've just checked my SQL DB and have noticed several LAN I.P addresses in there, I'm using ASP ....
Code:
Request.ServerVariables("remote_addr")
...to get the I.P of the user to put it into the DB log, the question is, has anyone seen this odd behaviour before ? and how are LAN I.Ps even able to get into the DB ?.
I'm wondering if it's to do with the server or maybe even the ISP ?.... all seems very strange to me.
Thanks !