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

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

本文简介:选择自 aloxy 的 blog

/intranet_devel/scripts/checklog.asp, line 14
the http headers are already written to the client
browser. any http header modifications must be made before writing page content.

什黱原因會產生上述錯誤訊息?

答: 這個錯誤肇因於在更改responseheader輸出 html 之前,因此變更response header必須是一致的,例如response.expires=0,此乃http 協定的限制。 問: session變數是否能使用在web farm? 答: 不可以,session 變數無法使用在多伺服器的web farmsession變數是以個別服器為基礱,而且若是下一個http的要求是要將之傳到另一個伺服器則會被當成沒有session 變數。 問: 'asp 0113'the max amount of time for a script to execute was
exceed, you can change this limit by specifying a
new value for the property server. script time out
or by changing the value for script time out.

什黱原因會產生上述錯誤訊息?

答: 這個錯誤可能是發生在有一個無限迴路在asp程式碼中,可能是recordset.movenext 或是其他的。 問:
microsoft ole db provider for odbc drivers error '80004005'
[microsoft][odbc sql server driver][dbnmpntw]connectionopen (createfile()).

什黱原因會產生上述錯誤訊息?

答: 這個錯誤可能是發生在使用namepipe遙接sqlserver,通常是iuser_machine帳號乲不為遠端的sql server所承誮。 問:
server object error 'asp 0177:80040112'
server.createobject failed [filename], line [line number]
the call to server.createobject failed. the requested object instance cannot be created.

什黱原因會產生上述錯誤訊息?

答: 這個錯誤可能是
1. 沒有adodb license key 登錄在registry

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

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

go top