iis 中的元数据库路径

发布于 2024-12-13 15:51:17 字数 72 浏览 3 评论 0原文

我正在努力通过编程方式为网站创建虚拟目录。我无法理解元数据库的概念 - 什么是元数据库路径以及它在 IIS 中的需要。 谢谢 !

I am working on creating virtual directories for a website through a programmatic way. I couldn't get the concept of metabase- what is metabase path and need of it in IIS.
thanks !

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

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

发布评论

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

评论(1

最美不过初阳 2024-12-20 15:51:17

元数据库 IIS。它保存了 IIS 的每个可配置元素,并以 XML 形式存储,位于 windows 文件夹中(即 \windows\system32\inetsrv\MetaBase.xml)。

您可以手动或以编程方式修改此文件,但这样做时应特别小心。

更多信息请访问:http://en.wikipedia.org/wiki/IIS_Metabase

The MetaBase is IIS. It holds every configurable element of IIS and is stored in XML form, it is in the windows folder (i.e. \windows\system32\inetsrv\MetaBase.xml).

You can amend this file manually or programmatically but special care should be taken when doing so.

More can be found here: http://en.wikipedia.org/wiki/IIS_Metabase.

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