當前位置: 首頁IT技術(shù) → Asp程序Server.CreateObject錯誤的處理辦法分享

Asp程序Server.CreateObject錯誤的處理辦法分享

更多

 本文提供給大家學(xué)習(xí)分享的是關(guān)于Asp程序Server.CreateObject錯誤的處理辦法,希望對幫助到大家。

今天在幫一個網(wǎng)友mm解決excel導(dǎo)入到sqlserver數(shù)據(jù)庫中遇到這樣的問題,asp代碼里無權(quán)限創(chuàng)建excel對象(偶的是XP Professional 英文版),大概是xp默認權(quán)限限制的問題,于是到百度里搜索了一下,找到了解決辦法如下:


很多使用 IIS 架站的人 經(jīng)常碰到類似的問題。


在Asp程序CreateObject的時候發(fā)生錯誤,大致內(nèi)容為Server 對象 錯誤 'ASP 0178 : 80070005' ,這一般發(fā)生在較高版本的IIS或者Windows平臺上.
如果你使用的是中文版,錯誤信息如下:

程序代碼:
Server 對象 錯誤 'ASP 0178 : 80070005'

Server.CreateObject 訪問錯誤

../config/coon.asp,行 5

檢查權(quán)限時,對 Server.CreateObject 的調(diào)用失敗。拒絕對此對象的訪問。



如果是英文版,錯誤信息如下:

程序代碼:
Error Type:
Server object, ASP 0178 (0x80070005)
The call to Server.CreateObject failed while checking permissions. access is denied to this object.
../config/coon.asp, line 5



解決方法:

1. 調(diào)用"server.createObject("mssearch.application")"的時候發(fā)生錯誤,解決如下:

開始->運行->dcomcnfg

找到"mssearch"(這個名稱取決于你調(diào)用的Object是什么),然后右鍵->Properties->security把三個權(quán)限都給everyone即可,其實第一個即可.


2. 出現(xiàn)上述問題時,原因確實是權(quán)限的問題。

一種解決辦法是修改IIS的匿名訪問的權(quán)限。

第二種最簡單的辦法就是將你的組件換個地方注冊,特別是不要放到桌面或C盤的(系統(tǒng)盤)的某些特殊目錄下注冊;而應(yīng)該放到如D,E等盤。原因是因為通常你的IIS所使用的帳號都是系統(tǒng)權(quán)限較低的帳號,如果你是以自己的帳號登錄,那么桌面的訪問的權(quán)限可能比IIS的帳號權(quán)限高。


3. 查了MS的資料庫,解決的方法如下:

This article was previously published under Q315454
SYMPTOMS
When you attempt to browse to an Active Server Page (ASP) database results page created in microsoft FrontPage, you may receive an error message similar to the following:
程序代碼:
Server object error 'ASP 0178 : 80070005'

Server.CreateObject Access Error

../config/coon.asp, line 5


The call to Server.CreateObject failed while checking permissions. Access is denied to this object.
CAUSE
This behavior can occur if incorrect NTFS permissions are defined for your "%ProgramFiles%\Common Files\System" folder.
RESOLUTION
To resolve your issue, reset the NTFS permissions on the "%ProgramFiles%\Common Files\System" folder. To do this, follow these steps:
1.. Open Windows Explorer. To do this, right-click Start and then click Explore on the shortcut menu.
2.. In Folders view, expand the "%ProgramFiles%\Common Files\System" folder.
3.. Right-click the folder and click Properties on the shortcut menu.
4.. Click the Security tab.
5.. Add Everyone to the existing permissions, give at least Read permissions to Everyone, and apply these new settings to all files and subfolders.
6.. Click OK.

熱門評論
最新評論
發(fā)表評論 查看所有評論(0)
昵稱:
表情: 高興 可 汗 我不要 害羞 好 下下下 送花 屎 親親
字數(shù): 0/500 (您的評論需要經(jīng)過審核才能顯示)