當(dāng)前位置:首頁文章首頁 IT學(xué)院 IT技術(shù)

Asp程序Server.CreateObject錯(cuò)誤的處理辦法分享

作者:  來源:  發(fā)布時(shí)間:2011-6-28 17:18:38  點(diǎn)擊:

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

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


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


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

程序代碼:
Server 對象 錯(cuò)誤 'ASP 0178 : 80070005'

Server.CreateObject 訪問錯(cuò)誤

../config/coon.asp,行 5

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



如果是英文版,錯(cuò)誤信息如下:

程序代碼:
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")"的時(shí)候發(fā)生錯(cuò)誤,解決如下:

開始->運(yùn)行->dcomcnfg

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


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

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

第二種最簡單的辦法就是將你的組件換個(gè)地方注冊,特別是不要放到桌面或C盤的(系統(tǒng)盤)的某些特殊目錄下注冊;而應(yīng)該放到如D,E等盤。原因是因?yàn)橥ǔD愕腎IS所使用的帳號都是系統(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.

相關(guān)軟件

相關(guān)文章

文章評論

軟件按字母排列: A B C D E F G H I J K L M N O P Q R S T U V W X Y Z