将自定义列表部署到 SharePoint,无需控制台访问

发布于 2024-12-17 22:51:46 字数 343 浏览 3 评论 0原文

我想通过创建新的列表类型来扩展由网络解决方案托管的共享点网站。我想使用 Visual Studio(VS 2008、SP 2007)开发自定义列表。我可以获得我想要在本地计算机上使用的功能。我的问题如下:

在 Visual Studio net 中构建项目会生成 WSP 文件。我没有控制台访问权限。我可以将 schema.xml 上传到托管解决方案吗?我在 Sharepoint Designer 中没有看到可以上传架构的位置。

如果我无法上传自定义列表,我可以在 SharePoint 设计器中执行哪些操作来扩展列表。我需要日历/约会中保存的其他数据。

这可以在托管环境中工作吗?我需要获得 VPS 才能完成这项工作吗?

I would like to extend a sharepoint site hosted by Network solutions by creating a new list type. I'd like to develop a custom List using Visual Studio (VS 2008, SP 2007). I can get the functionality I want to work on my local machine. My problem is as follows:

Building a project in Visual Studio net results in a WSP file. I don't have console access. Can I upload schema.xml to a hosted solution? I don't see in Sharepoint Designer where I could upload the schema.

If I can't upload the custom list, what can I do in SharePoint designer to extend lists. I need additional data held on a calendar/appointment.

Will this work in a hosted environment? Do I need to get a VPS to make this work?

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

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

发布评论

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

评论(1

暗恋未遂 2024-12-24 22:51:46

SharePoint 2007 则不然。您的托管提供商可能会为您执行此操作(您必须询问他们),但这通常是一个非常大的过程,因为他们确实不想支持自定义内容。

如果您使用的是 SharePoint 2010,那么“沙盒解决方案”是一种部署 .wsp 的方法,它具有一组受限的功能,这些功能限制了可以使用的资源,如果启用,则可以在没有管理员访问权限的情况下进行部署。

在 SharePoint 2010 中开发、部署和监视沙盒解决方案

MSDN - 创建自定义字段、内容类型、列表定义和列表实例

Not with SharePoint 2007. Your hosting provider may do this for you - you will have to ask them - but its often a real large process as they really don't want to have to support custom stuff.

If you were using SharePoint 2010 then "Sandbox Solutions" are a way of deploying .wsp's with a restricted set of features that limit the resources that can be used and if enabled can be deployed without admin access.

Developing, Deploying, and Monitoring Sandboxed Solutions in SharePoint 2010

MSDN - Create a Custom Field, Content Type, List Definition, and List Instance

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