I use Application Host COM Protoco to get publishing point under one website, when the physical path is on the SERVER, such as (c:\path). it works well, publishing points are retrieved by COM and control the operational state (Start, Stop and Shutdown) kindly.
But when the website’s physical path changed to another computer (\10.10.10.10\path), it doesn’t work, publishing point can not be retrieved in this path.
Additional : all job under IIS 7
Please help me, If anyone knew it.
Issue is resolved.
DCOMCFG error, we need sepcifed user for runing the application.
Steps:
Run dcomcnfg.exe
open DCOM ahadmin properties settings.
select identity tab and choose the third radio option.
But, I got another problem. the publishing point state can not be controled programmaticlly.