Uncaught exception com_exception with message Failed to create COM object_php tips

Source: Internet
Author: User
Call IE in PHP using the following code:
Copy Code code as follows:

Browser = new COM ("Internetexplorer.application");

Unable to call correctly, direct error:
Copy Code code as follows:

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 is blocked by default to ordinary account access, the solution is as follows:
1, open Control Panel-management tools-Component Services
2. Open the console root in the Component Services panel in turn-Component Services-computer-My Computer-DCOM configuration (pictured below)

3, in the right window to find Internet Explorer (Ver 1.0) Open the Properties window, switch to the security label

4, the Security tab "start and Activate Permissions" to choose Custom, edit, add the Web site to use the IIS account or add Guests group OK (as shown below).

5, restart IIS, should now be able to call the normal ie.

Contact Us

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.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.