A
Anton
hi
asp.net
I have a website which stores the ip of visitors, Now I've discovered that
lately the ip address stored is unreadable, like cryptic string.
Even the ip address of myself becomes cryptic,
I use HttpContext.Current.Request.UserHostAddress to get the ip address, the
ip column in the database has datatype varchar(15).
any idea what's wrong here? should it be nvarchar(15) instead?
asp.net
I have a website which stores the ip of visitors, Now I've discovered that
lately the ip address stored is unreadable, like cryptic string.
Even the ip address of myself becomes cryptic,
I use HttpContext.Current.Request.UserHostAddress to get the ip address, the
ip column in the database has datatype varchar(15).
any idea what's wrong here? should it be nvarchar(15) instead?