iis 中的元数据库路径
我正在努力通过编程方式为网站创建虚拟目录。我无法理解元数据库的概念 - 什么是元数据库路径以及它在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
元数据库是 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.