views:

60

answers:

2

Hi all,

I am creating a new CMS for a customer using ASP.NET 3.5, SQL2008 and Windows Server 2008. The customer has some webparts that he uses in his current Sharepoint implementation and would like to have their functionality in the new CMS. I can install Windows Sharepoint Services on the Windows 2008 server. Is there a way I can display and use the Sharepoint Webparts (WSS not MOSS) within my ASP.Net pages so that we can use their functionality?

Thanks in advance.

Andrew

+1  A: 

You can use the ASP.NET Web Parts in both the ASP.NET and WSS 3.0 environments, but not the other way around. The conversion should be pretty straight-forward, just a different namespace :-)

IrishChieftain
Thanks for the reply - I guessed as much but thought I'd ask anyway.
Innovicity
A: 

So it is, the Sharepoint context is not optional. Perhaps an IFRAME pointing to a Sharepoint URL....

Mauricio
Thanks for the confirmation - much appreciated
Innovicity