ASP….IP
….
asp ip 限制…
———————————————+
<%
yourip=Request.ServerVariables("REMOTE_ADDR")
if yourip<>"192.168.16.13" then
'Response.Redirect ("http://127.0.0.1")
response.write ""
response.End
end if
%>
———————————————+
限制如果非192.168.16.13访问则Error,
测试…如果双网卡两个ip,好像会和第一个连接的ip比较,解释了netbank问题.
观望………
本文标题: | [ASP] ASP….IP限制 |
本文链接: (转载请附上本文链接) | https://vulsee.com/archives/vulsee_2008/1229_625.html |