provision a webpart - Stack Overflow most recent 30 from stackoverflow.com 2009-11-28T20:16:09Z http://stackoverflow.com/feeds/question/996343 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/996343/provision-a-webpart -1 provision a webpart raklos 2009-06-15T14:13:31Z 2009-06-15T14:26:48Z <p>how do you provision a webpart in sharepoint?</p> http://stackoverflow.com/questions/996343/provision-a-webpart/996411#996411 2 Answer by Johan Leino for provision a webpart Johan Leino 2009-06-15T14:26:49Z 2009-06-15T14:26:48Z <p>I guess you would like to provision a .webpart file. You do that through a &lt;module&gt; element in a feature. Then you add your webpart dll to the BIN folder through a wsp solution manifest and the last thing not to forget is to register the webpart a a safecontrol. Using wsp builder will make this process much smoother.</p>