IIS - IIS,COM Component,Asp.Net 4.0 - Asked By hemananthan on 15-Sep-10 04:06 AM

Hi Everybody

We have one small task in content management.We are uploading different types of files in one process while we uploading .docx file we are converting as pdf.while we run in local machine its working fine

while we deploy in IIS and if we upload the .docx content .We getting the following error in conversion process of word and PDF

System.UnauthorizedAccessException: Retrieving the COM class factory for component with CLSID {000209FF-0000-0000-C000-000000000046} failed due to the following error: 80070005 Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED)).

Give me the solution to reslove this problem as earlier as possible


Regards
Hemananthan.S
_ash_ k replied to hemananthan on 15-Sep-10 05:43 AM
Please check if you have given admin rights for the ASP.NET user account to access the directory where the files are stored. Ask your administrator to grant admin rights to this user.

Hope this helps.

_ash_