从 IIS 7 管理器管理 DNS

发布于 2024-08-08 13:14:51 字数 147 浏览 1 评论 0原文

您好,我正在使用 IIS 7 管理器在我的远程 Web 服务器上工作。我没有托管控制面板(Plesk,...),最好使用本机工具管理服务器。然而,显然,IIS 7 管理器仅适用于 IIS。我也想从 IIS 7 管理器管理 DNS,是否可行,是否有附加组件?

谢谢。

Hi I'm using IIS 7 Manager to work on my remote web server. I don't have a hosting control panel (Plesk,...), it is better to manage the server with native tools. However IIS 7 manager is only for IIS, obviously. I want to manage DNS from IIS 7 Manager too, is it posibble, is there an add-on kind of thing?

Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

音盲 2024-08-15 13:14:51

答案完全取决于您使用的 DNS 服务器。

您可以使用 .NET 轻松编写自己的 IIS 7 UI 扩展。您将访问 *%windows%\system32\inetsvr* 中的 Microsoft.Web.ManagementMicrosoft.Web.Administration 程序集。您可以在 IIS.NET 上找到有关如何执行此操作的文章。创建您的界面并将其添加到 IIS。您在 IIS 管理器中看到的所有图标都是您将编写的同一类型的 .NET UI 模块。

也就是说,您只需找到一种方法以编程方式修改 DNS 设置以插入 IIS 7 UI。 ASP.NET 论坛中有一个用于访问 Microsoft DNS 的很好的示例 在这里

编写快速解决方案应该不难。

The answer entirely depends on what DNS server you are using.

You can write your own IIS 7 UI extensions very easily with .NET. You would access Microsoft.Web.Management and Microsoft.Web.Administration assemblies found in *%windows%\system32\inetsvr*. You can find articles about how to do this on IIS.NET. Create your interface and add it to IIS. All of the icons that you see in the IIS manager are the same kind of .NET UI modules that you would write.

That said, you simply need to find a way to modify your DNS settings programmatically to plug into your IIS 7 UI. There is a nice sample for accessing Microsoft DNS in the ASP.NET forums here.

It shouldn't be hard to code up a quick solution.

抚你发端 2024-08-15 13:14:51

只需使用 Windows 2k8 DNS 管理器(它也可以远程使用......
(通过 MMC 或管理工具)

Just use the windows 2k8 DNS manager (it can be used remotely as well...
(via MMC or administrative tools)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文