以编程方式从网站获取发布点
当物理路径位于服务器上时,例如(c:\路径),我使用应用程序主机COM协议来获取一个网站下的发布点。它运行良好,发布点由 COM 检索并控制操作状态(启动、停止和关闭)。
但是当网站的物理路径更改为另一台计算机(\10.10.10.10\path)时,它不起作用,无法在该路径中检索发布点。
附加:IIS 7下的所有工作
请帮助我,如果有人知道的话。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
问题已解决。
DCOMCFG 错误,我们需要指定用户来运行应用程序。
步骤:
运行 dcomcnfg.exe
打开 DCOM ahadmin 属性设置。
选择“身份”选项卡并选择第三个单选选项。
但是,我遇到了另一个问题。无法以编程方式控制发布点状态。
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.