farvelocity

博客园 首页 新随笔 联系 订阅 管理

2008年5月8日 #

摘要: 由于判断局域网IP地址是否合法用户,同时访问自己设定的网络服务(根据网络环境不同,可能部署的IP不同),使用下面方式轮询了局域网IP,通过页面进行显示,基本上能判定intranet的网络IP地址 DirectoryEntry root = new DirectoryEntry("WinNT:")... 阅读全文
posted @ 2008-05-08 14:47 greatwall 阅读(578) 评论(0) 推荐(0) 编辑

摘要: 由于判断局域网IP地址是否合法用户,同时访问自己设定的网络服务(根据网络环境不同,可能部署的IP不同),使用下面方式轮询了局域网IP,通过页面进行显示,基本上能判定intranet的网络IP地址 DirectoryEntry root = new DirectoryEntry("WinNT:")... 阅读全文
posted @ 2008-05-08 12:18 greatwall 阅读(689) 评论(0) 推荐(0) 编辑

摘要: 当我在使用ASPX页面中调用 'System.DirectoryServices'出现: Error1The type or namespace name 'DirectoryServices' does not exist in the namespace 'System' (are you mi... 阅读全文
posted @ 2008-05-08 11:30 greatwall 阅读(317) 评论(0) 推荐(0) 编辑

摘要: 当我在使用ASPX页面中调用 'System.DirectoryServices'出现: Error1The type or namespace name 'DirectoryServices' does not exist in the namespace 'System' (are you mi... 阅读全文
posted @ 2008-05-08 11:30 greatwall 阅读(381) 评论(0) 推荐(0) 编辑