标签: asp.net ip
这是我的代码:
string ip = Request.ServerVariables["REMOTE_ADDR"]
我用它来保存每个登录到IP表的UserLog。 它很难保存IP6而不是IP4。
IP
UserLog
IP6
IP4
有什么相关方式?