Active Server Page (ASP) 常見問題[20]

[入库:2005年8月18日] [更新:2007年3月24日]

本文简介:选择自 aloxy 的 blog

fcc00" height="18">答: 當建立使用者帳戶沒有密碼,而這個帳戶為www以及ftp的匿名使用者帳戶,接著enable自動密碼同步,此時對nt而言,個密碼是有效的。此時我們將著個匿名使用者密碼從metabase 中清除,然後disable 自動密碼同步,iis將不會將這個密碼再自動放回metabase中。 問: asp 1.0有哪幾個版本? 答: asp 1.0 是版本1.12.06.0 日期為 12/6/96
asp 1.0a
是版本 1.13.31
asp 1.0b
是版本 1.15.14 日期為 3/14/97
asp 1.0b
另一個hotfix 版本的 asp.dll 1.17.07 問: 發生以下的錯誤是什黱原因?

microsoft vbscript compilation error '800a0414'
cannot use parens when calling a sub
/test/test.asp, line 17
myobj.movefile(fname, sfolder, tfolder)
---------------------------------------^

答: 這行命令式包含了阷鎖字call ,如下
call myobj.movefile(fname, sfolder, tfolder) 問: 要如何強迫 session 阷閉? 答: 使用 abandon ,如下

session.abandon

問: 發生以下的錯誤事什黱原因,要如何解泀?

error 'asp 0115' unexpected error
/disney/main.asp
a trappable error occurred in an external object. the script cannot continue running.

答: iusr權限不夠所造成的。

本文关键:Active Server Page (ASP) 常見問題
  相关方案
Google
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top