是否可以在ASP.NET(框架> 2.0)中开发Web部件,拥有沙箱架构,并在Share Point 2010和/或MOSS 2007中部署这些Web部件
我们不想对我们开发的Web部件使用任何SharePoint dll参考。
我们引用http://msdn.microsoft.com/en-us/library/ee539417.aspx上的网址部分(沙盒解决方案中的网页部分)
答案 0 :(得分:0)
我提到了以下How Tos,希望它有所帮助..
http://blah.winsmarts.com/2009-12-SharePoint_2010_Sandboxed_Solutions__The_basics.aspx
_http://www.sharepointdevwiki.com/display/sp2010/SharePoint+Sandboxed+Solutions
_http://www.endusersharepoint.com/EUSP2010/2010/04/05/introduction-to-sharepoint-2010-sandbox-solutions-for-site-collection-owners
立> 醇>答案 1 :(得分:0)
我刚刚遇到这个问题 - 看起来并不意味着它真的很烦人。
请参阅:http://msdn.microsoft.com/en-us/library/gg615454.aspx
具体做法是:
无法在沙盒解决方案中部署应用程序页面,移动页面和用户控件(.ascx文件)。
但是,这里有一个解决方法(hackaround!):
我希望有更好的方法!