08 2010 档案

【ASP】解决:不能用 '.. ' 表示父目录
摘要:在框架里加载了一个asp文件,这个asp文件用include包含了一个文件,用的是file方式,就出现了这样的错误代码: Active Server Pages 错误 'ASP 0131 ' 不允许的父路径 /administration/main.asp,行 2 包含文件 '../Conn/conn.asp ' 不能用 '.. ' 表示父目录。 解决方式:在iis中打开”允许父目录&... 阅读全文

posted @ 2010-08-22 10:15 小M~ 阅读(2263) 评论(0) 推荐(0)

解决 IIS 7.0 ASP 不显示详细错误信息
摘要:Classic ASP: Security is Painful I had to write some good old classic ASP code today and my classic ASP coding skills are so rusty that I put tons of errors in the code. I'm used to having basic ASP e... 阅读全文

posted @ 2010-08-22 10:14 小M~ 阅读(1263) 评论(0) 推荐(0)

导航