Share via


Changing Stepsrch.asp

Edit the stepsrch.asp file so that property definitions that include hyphens (–) can be searched.

Change Stepsrch.asp

  1. Open the stepsrch.asp file by using a plain-text application such as Microsoft Notepad. The stepsrch.asp file is located in the <drive>:\inetpub\wwwroot\<site name> folder on the Commerce Server computer, where <drive> is the drive where IIS is installed.

  2. Within the stepsrch.asp file, search for the following function:

    Sub PerformSpecificationSearch
    
  3. Within this function, search for the following text:

    sColList = sColList + "," + oCatalog.IdentifyingProductProperty
    
  4. Replace the text listed above with the following text:

    sColList = sColList + ",[" + oCatalog.IdentifyingProductProperty + "]"
    
  5. After you have edited the four ASP files, run iisreset at the command prompt.

After IIS restarts, installation of the Supplier Solution Site on a two-computer configuration is complete.

For instructions about managing the Supplier Solution Site, see the Business-to-Business Tutorial.

Copyright © 2005 Microsoft Corporation.
All rights reserved.