Fatal error:uncaught exception ' com_exception ' with message ' Failed to create COM object ' internetexplorer.application ': Access Denied
Source: Internet
Author: User
KeywordsFatal error:uncaught exception ' com_exception ' with
Calling IE in PHP uses the following code:
Browser = new COM ("Internetexplorer.application");
No normal call, direct error:
Fatal error:uncaught exception ' com_exception ' with message ' Failed to create COM object ' internetexplorer.application ': Access denied.
The reason is that the COM component of IE prohibits normal account access by default, and the workaround is as follows:
1. Open Control Panel-Administrative Tools-Component Services
2. Open the console root in the Component Services panel-Component Services-computers-My Computer-DCOM config (e.g.)
3. Locate Internet Explorer (Ver 1.0) in the right window to open the Properties window and switch to the Security tab
4. In the Security tab, "Launch and Activation Permissions" Select Custom, edit, add the IIS account used by the website or add the Guests group OK (for example).
5, restart IIS, should now be able to invoke the normal ie.
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.