首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > asp.net >

如果要在网站上获取客户的ip并保存在数据库中在asp.net中如何实现的

2012-05-03 
如果要在网站上获取客户的ip并保存在数据库中在asp.net中怎么实现的?如果要在网站上获取客户的ip并保存在

如果要在网站上获取客户的ip并保存在数据库中在asp.net中怎么实现的?
如果要在网站上获取客户的ip并保存在数据库中在asp.net中怎么实现的?

[解决办法]
string ip = Request.UserHostAddress.ToString();

得到IP

热点排行