After installing & configuring commerce server 2009, you may be able to see the moss site with adventure works catalog & its products. There is a tool “SharePointCommerceServicesConfiguration. exe”, located in “Program Files\Commerce Server\Site\” directory by which we can create new MOSS ecommerce sites. What if we want to create asp.net website on top of commerce server 2009? Follow below steps to make it work.
- Open visual studio and create a new website.
- From MOSS website, add following files and folders to asp.net site
- Bin & Pipeline Folders
- Web.config
- OrderObjectMappings.xml
- OrderPipelineMappings.xml
- ChannelConfiguration.config
- MetadataDefinitions.xml
- Modify Web.config
- Add Reference to System.Core, System.Web.Extensions, System.Xml.Linq, System.Data.DataSetExtensions
- If required, you can remove all reference of SharePoint and Microsoft.Commerce.Portal.UI.
Now your asp.net website is ready for commerce server 2009.
If you like this post, please click on our sponsor advertisement.
