asp.net web parts

  • Thread starter Thread starter CSharpcoder
  • Start date Start date
C

CSharpcoder

I'm looking to do developing web parts for my SharePoint site. I know that I
can create web parts for an ASP.NET web application, but can I move those
web parts to my WSS Site or are the asp.net web parts only for an asp.net
web application/site?
 
they are the same from a development point of view. the deployment is
much different though. to deploy to wss you need to build a sharepoint
package. then the package is installed.

-- bruce (sqlwork.com)
 
Back
Top