Sharepoint 2010 - 网站模板未显示在新的 Web 集合对话框中
我正在 VS 2010 中开发新的 SiteTemplate 项目。我没有更改任何内容,我单击“部署”来检查它是否在我的 SP 服务器上运行。但它并没有...
为什么它不起作用?请帮忙。
我正在客户端系统(Windows 7)上进行开发 - 我已经安装了 Sharepoint 的自治实例。我没有在 SP 中央管理中更改任何内容,我还检查了 C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\TEMPLATE\SiteTemplates 中的文件夹,并且文件部署成功。 任何解决问题
的建议将不胜感激。
I am developing new SiteTemplate project in VS 2010. I didn't change anything, and I clicked Deploy to check if it is working on my SP server. And it doesn't ...
Why isn't it working? Plz, help.
I'm developing on Client system (Windows 7) - i have installed autonomous instance of Sharepoint. I haven't changed anything in SP central admin, i also checked folders in C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\TEMPLATE\SiteTemplates and files deployed successfully...
Any suggestions for solving problem will be really appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有三个属性可控制网站模板的可见性:
IsHidden
控制 UI 中网站模板的可见性;IsRootWebOnly
确定网站模板是否仅适用于网站集根网站;IsSubWebOnly
确定 Web 模板是否仅适用于子网站。该问题很可能是由于这些属性之一设置不当造成的。
There are three properties that control a site template's visibility:
IsHidden
that controls the visibility of the site template in the UI;IsRootWebOnly
that determines if the site template is available for site collection root web site only;IsSubWebOnly
that determines if the web template is available for sub-web sites only.Mostly likely the problem is due to improper setting of one of these properties.