“NewWeb”有何意义? 和“空白” WSS 站点定义中的配置

发布于 2024-07-12 23:02:01 字数 370 浏览 6 评论 0原文

我通过调整内置定义之一来自定义 WSS 站点定义。 在检查 sts 定义时,我看到它有一个 ID 为 -1 的配置“NewWeb”和 ID 为 1 的“Blank”。在 sps 定义中,这些定义如下:

<Configuration ID="-1" Name="NewWeb"/>
<Configuration ID="1" Name="Blank">
  <ExecuteUrl Url="_layouts/[%=Web.Language%]/settings.aspx" />
</Configuration>

有谁知道这些有什么意义吗? 我应该将它们包含在我的自定义定义中,还是可以安全地忽略它们?

I customize a WSS site definitions by tweaking one of the built in definitions. When examining the sts definition, I see it has a configuration "NewWeb" with ID -1, and "Blank" with ID 1. In the sps definition these are defined like this:

<Configuration ID="-1" Name="NewWeb"/>
<Configuration ID="1" Name="Blank">
  <ExecuteUrl Url="_layouts/[%=Web.Language%]/settings.aspx" />
</Configuration>

Does anyone know what significance these have? Should I include them in my custom definition, or may I safely omit them?

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

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

发布评论

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

评论(1

酒几许 2024-07-19 23:02:01

NewWeb 是没有与之关联的模板的 Web。 本质上,只是一个配置的 URL。

BlankWeb 是一个不指定列表或库的模板

NewWeb is web that has no template associated with it. Essentially, simply a provisioned URL.

BlankWeb is a template that specifies no lists or libraries

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