Link to home
Start Free TrialLog in
Avatar of Alan Mazursky
Alan MazurskyFlag for United States of America

asked on

Highlight PDF Text issue from the ASP.NET Application in Windows Server 2008

I am trying to highlight some text in the pdf file in ASP.Net Application. My Code is working fine if I set the Acrobat DCOM identity as 'Interactive User'. But when i set it as Launching User, then I got following error...

The RPC server is unavailable. (Exception from HRESULT: 0x800706BA)

I have set the IIS DefaultApplicationPool as Local System and I have also added 'System' account in the Launch and Activation Permission and Access permission with full rights.

We can run it if set the DCOM Identity as 'Interactive User' but due to some reason, we really don't want to change it to Interactive User.

Please tell me how can we resolve this issue?
ASKER CERTIFIED SOLUTION
Avatar of Alan Mazursky
Alan Mazursky
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Alan Mazursky

ASKER

The answer was also replied by me :)