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限制
转载请附本站链接,未经允许不得转载,,谢谢:微慑信息网-VulSee.com » [ASP] ASP....IP限制