我使用Logparser來解析IIS日誌並在網頁上顯示信息。一切工作正常在我的開發環境,但一旦我發佈應用程序服務器,我得到以下錯誤:LogParser訪問被拒絕錯誤
Retrieving the COM class factory for component with CLSID {8CFEBA94-3FC2-45CA-B9A5-9EDACF704F66} failed due to the following error: 80070005 Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED)).
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.UnauthorizedAccessException: Retrieving the COM class factory for component with CLSID {8CFEBA94-3FC2-45CA-B9A5-9EDACF704F66} failed due to the following error: 80070005 Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED)).
這個錯誤是什麼手段,我怎麼能解決這個問題?
http://www.softdeveloperszone.com/2013/01/retrieving-com-class-factory-for.html – chamara