如何使用自定义 Web 部件部署到目标站点
我正在为我正在进行的项目开发自定义 Web 部件。 我是共享点开发的新手,并试图了解所有这些如何结合在一起。
我有一个开发服务器,以及已经在其中创建的两个站点。像这样:
创建 Web 部件并选择部署后,我发现您只能在主站点中找到自定义 Web 部件,例如
如果我进入 SiteOne,网络零件不会出现在自定义文件夹中。
如果我转到主本地主机根目录,它就会出现。
另外,在SiteOne中,在启用网站集功能时,该控件是看不到的。
如何将目标部署到特定应用程序(在本例中为 SiteOne)?这只是通过手动编辑站点 URL 从 http://computername/ 到 http://计算机名/SiteOne ?
我错过了什么吗?
I am developing a custom web part for a project that I am working on.
I am new to sharepoint development, and trying to get an idea of how all this fits together.
I have a dev server, and two sites which are already created in it. Like this:
After I created the web part and selected deploy, I found that you can only find the Custom web part in the main site, e.g.
If I go into SiteOne, the web part does not appear in the Custom folder.
If I go to the main localhost root, it does.
Also, in SiteOne, in enable site collection features, the control is no where to be seen.
How do I target deploy to a specific app, in this case, SiteOne? Is this just by manually editing the Site URL from http://computername/ to http://computername/SiteOne ?
Am I missing something ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
基本上,Visual Studio 为您提供了一个将 Web 部件部署到特定位置的快捷方式。
阅读部署 SharePoint 解决方案,以更广泛地了解正在发生的事情Visual Studio 的步骤隐藏在“部署”按钮内。
Basically, Visual Studio gives you a nice shortcut to deploy the webpart to a specific location.
Read up on deploying SharePoint solutions for a broader view on what is going on and the steps visual studio is hiding inside the "Deploy" button.