Microsoft KB Archive/247188

From BetaArchive Wiki
< Microsoft KB Archive
Revision as of 13:50, 21 July 2020 by X010 (talk | contribs) (Text replacement - """ to """)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Knowledge Base


How to Set Up a Visual InterDev 6.0 Project for Debugging a Commerce Server Store

PSS ID Number: 247188

Article Last Modified on 6/24/2004



The information in this article applies to:

  • Microsoft Site Server 3.0 Commerce Edition



This article was previously published under Q247188

SUMMARY

This article describes how to set up a Visual InterDev 6.0 Project for debugging a Commerce Server store.

MORE INFORMATION

  1. Install Visual InterDev Server on the Web server where your Commerce store is installed. The Setup program for Visual InterDev Server is located on the Visual Studio 6.0 compact disc # 2 in the \VID_SS directory.
  2. Click Start, click Run, and then type "Dcomcnfg" (without the quotation marks. Modify the catalog class and machine debug manager applications as follows:
    1. Click the Applications tab, select the catalog class from the list of applications, and then click Properties.
    2. Click the Security tab, and then edit access permissions by adding the following accounts or groups: yourself, administrators, iusr, iwam, system, interactive.
    3. Click the Identity tab and choose The interactive user.
    4. Repeat the procedure for the Machine Debug Manager application.
  3. To set up a Visual InterDev project for debugging, start Visual InterDev, and then do the following:
    1. Open a New Web Project. (From the File menu, click New Project, and then choose New Web Project.) Type in the name of the project, and then click Open.
    2. In step 1 of the Web Project Wizard, enter the name of the Web server where your Commerce store is located, and then select Master mode. Click Next.
    3. In step 2 of the Web Project Wizard, choose the Connect to an existing Web application on <server> option, and then select your Commerce store virtual directory from the drop-down list. Click Finish.
    4. You may be prompted with a pop-up message that asks if you want to install the Visual InterDev Scripting Library. If you need to debug DTCs, then you may want to choose "Yes." It is not necessary to install the Visual InterDev Scripting Library to debug any of the sample Commerce Server stores.
    5. When your project has been created, right-click the Default.asp page in the Project Explorer, and then choose the Set as Start Page option.
  4. To debug the store in the context of this Visual InterDev Project, click the Start menu option on the Debug menu. This will start the Start page (Default.asp).



Additional query words: VID SS3 SSCOMM

Keywords: kbhowto KB247188
Technology: kbAudDeveloper kbSiteServ300 kbSiteServ300Search kbSiteServSearch