“NewWeb”有何意义? 和“空白” WSS 站点定义中的配置
我通过调整内置定义之一来自定义 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
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