About the permissions for IIS php to invoke com components

  • 2020-05-12 02:18:57
  • OfStack

1. Run Dcomcnfg. exe
I have found the microsoft word file
3. Click properties
Step 4 choose "security"
5. Select "use custom access rights" and "use custom startup rights"
6. Edit permissions separately, adding Everyone (ASPNET,VS Developers,Debugger User)
7. Select "id" and select "interactive user"
8. Add in Web.config < identity impersonate="true"/ > (this sentence is inserted in < system.web > Just for a minute.)

I did the above and it still didn't work, then I did the following Settings in IIS: right-click on the local computer/application pool under IIS, select properties, click id, and change the predefined account to the local system. It's ready to run.

Related articles: