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:

  1. 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.
  2. Remove all references to Commerce objects from your project, including the web.config and all other source files.
  3. Delete Commerce Server site and global resources from Commerce Server Manager.
  4. Delete any Commerce Server databases used by the site.

Copyright © 2005 Microsoft Corporation.
All rights reserved.