InterviewSolution
| 1. |
Can A Remote Iis 7.0 Server Be Provisioned Using The Managed Api? |
|
Answer» The managed API (Microsoft.Web.Administration) has access to all of the settings that the native API does and has DCOM remoting support by USING ServerManager.OpenRemote STATIC METHOD. You can set any configuration settings but for Beta 3 there is no support for runtime information such as the STATE of an AppPool or the list of requests or worker process. The managed API (Microsoft.Web.Administration) has access to all of the settings that the native API does and has DCOM remoting support by using ServerManager.OpenRemote static method. You can set any configuration settings but for Beta 3 there is no support for runtime information such as the State of an AppPool or the list of requests or worker process. |
|