![]() |
1
2
您需要使用ADSI对象。这个 IIsComputer.Backup 方法就是你想要的。 关于如何从C_访问ADSI对象,请查看 MSDN page . 编辑: 这里有一个 sample implementation in C# . |
![]() |
2
0
我找到了它: directoryEntry de=new directoryEntry(“is://localhost”); de.invoke(“备份”,新对象[0]); 需要设置新对象以保存适当的参数,如覆盖当前备份 |
![]() |
Enes · IIS未在Visual Studio 2017中运行项目 6 年前 |
![]() |
Ehsan Akbar · 当请求被激发时,WCF请求时间会增加 6 年前 |
![]() |
Bassie · 我的凭据存储在哪里? 6 年前 |
![]() |
mikeo · Kestrel+IIS反向代理请求中止未触发 6 年前 |
![]() |
Adam · Django+iis请求。身体问题 6 年前 |