Removing Commerce Server from Your Web Project
You can remove Commerce Server functionality from your Visual Basic .NET, C#, or custom Web project.
To remove Commerce Server from your existing Web project, you must do the following:
- Manually remove the following XML nodes from your existing *.csproj or *.vbproj file:
- <Service ID = "{863A8654-47CB-4109-8737-FB29C465AA33}" /> (if present)
- CommerceSiteName attribute(s) from the UserProperties tag.
- Remove all references to Commerce objects from your project, including the web.config and all other source files.
- Delete Commerce Server site and global resources from Commerce Server Manager.
- Delete any Commerce Server databases used by the site.
Copyright © 2005 Microsoft Corporation.
All rights reserved.