Sandboxed Web Parts in SharePoint 2010

Is it possible to create a web part in ASP.NET (framework> 2.0), have a sandbox architecture and deploy these web parts inside Share Point 2010 and / or MOSS 2007

we do not want to link to the SharePoint dll with web parts we are developing.

we are linking to the url section http://msdn.microsoft.com/en-us/library/ee539417.aspx (Sandboxed Web Parts section)

0


a source to share


2 answers


I mentioned the following How Tos, hope it helps someone.



0


a source


I just hit this issue - it looks like it shouldn't be possible, which is really annoying.

See: http://msdn.microsoft.com/en-us/library/gg615454.aspx

In particular:

Application pages, mobile pages, and custom controls (.ascx files) cannot be deployed in a sandboxed solution.



However, there is a workaround (hackaround!):

http://stefan-stanev-sharepoint-blog.blogspot.com/2010/02/visual-sandbox-web-parts-possible-after.html

I wish I had a better way!

0


a source







All Articles