Is Microsoft.Web.Administration.dll Redistributable?

后端 未结 2 1966
陌清茗
陌清茗 2020-12-22 04:24

We are accessing default port number using ServerManager class from IIS in customer machines. But the Console didn’t run some of the machines and show Microsoft.Web.Administ

相关标签:
2条回答
  • 2020-12-22 05:10

    No, it is not redistrbutable, it should be installed in the machine with IIS. Even if you did, the likelihood is it will not work since it has dependencies on other libraries (native code DLLs) that need to exist and be registered.

    0 讨论(0)
  • 2020-12-22 05:18

    I know this is an older post, but I believe that it is now redistributable as it appears as an assembly under extensions if you try to add a reference to it.

    0 讨论(0)
提交回复
热议问题