INFO: Visual Studio 6.0 Installation Notes Part 3 of 7- Configuring for Debugging

ID: Q217093


The information in this article applies to:


SUMMARY

Installation Notes contains vital information about installing Microsoft Visual Studio 6.0 -- Development System for Windows and the Internet, and its family of development products. Information in this file may apply to all or a number of the products shipped in the Visual Studio suite. This Readme updates information provided in the Microsoft Developer Network (MSDN) Library Visual Studio 6.0 documentation.

The entire Installation Notes are in the file, Install.htm. This file is installed during setup in the Visual Studio 6.0 directory. Please see the REFERENCES section for other parts of the Installation Notes.


MORE INFORMATION

This article lists issues on debugging and configuring computers for debugging services. These are the topics in this article:

For ASP Debugging, Install IIS Patch After Installing BackOffice

Internet Information Server (IIS) has a patch that fixes problems related to debugging Active Server Pages (ASP) from Visual InterDev. This patch also fixes a Windows 95/Windows 98 problem in which changes to the Global.asa file would not be reflected in your application (such as adding, changing, or removing data connections) until you stopped and restarted your Web server.

To ensure that ASP debugging works properly, or to address the Windows 95/Windows 98 issue, apply the patch after the BackOffice Installation Wizard has finished.

Applying the IIS Patch on Windows NT Computers
  1. Run \IIS\WinNT\ASP2FIX1.exe from the installation disc.



  2. Product
    Disc Location
    Visual Studio Professional Edition
    CD#2
    Visual Studio, Enterprise Edition
    CD#3
    Visual InterDev
    CD#1

  3. Restart when prompted.


Applying the IIS Patch on Windows 9x Computers
  1. Stop the Web server from the Command Prompt:. Type pws/stop and press ENTER.


  2. In the \<windows>\system\inetsrv directory, rename the Asp.dll file to Asp.old.


  3. From the \IIS\Win9x\ directory of the installation disc, copy Asp.dll and paste it to the \<windows>\system\inetsrv directory on your computer.


  4. Product
    Disc Location
    Visual Studio, Professional Edition
    CD#2
    Visual Studio, Enterprise Edition
    CD#3
    Visual InterDev
    CD#1

  5. Return to the Command Prompt and restart the Web server: Type pws/start and press ENTER.


Using SQL Debugging Services on a Computer with SQL Server 6.5 and Visual C++ 5.0 or Higher Installed

To use SQL Debugging services on a computer that has SQL Server 6.5 and Visual C++ 5.0 or higher installed, make sure that the Remote Automation (RA) configuration properties of the computer are set correctly.

Checking RA Configuration Properties
  1. Run dcomcnfg.exe.


  2. Select Remote Automation CLSID_StubMarhsaler.


  3. Click Properties.


  4. In the Identity tab, select Interactive User.



Also, your SQL Debugging scenarios may not work if you run SQL Server as a service under the Local System account. You must select This Account and enter a valid account and password.


REFERENCES

For the additional parts of the Visual Studio 6.0 Installation Notes, please see the following articles in the Microsoft Knowledge Base:

Q217091 Visual Studio 6.0 Installation Notes Part 1 of 7-Installation Instructions for Visual Studio Programs

Q217092 Visual Studio 6.0 Installation Notes Part 2 of 7-Installing Server-Side Components

Q217094 Visual Studio 6.0 Installation Notes Part 4 of 7-Issues Specific to Windows 9x Computers

Q217095 Visual Studio 6.0 Installation Notes Part 5 of 7-Notes Impacting Other Installed Programs

Q217096 Visual Studio 6.0 Installation Notes Part 6 of 7-Issues Related to Computers with Non-U.S. Versions of Microsoft Programs

Q217097 Visual Studio 6.0 Installation Notes Part 7 of 7-Data Access SDK 2.0

Additional query words:


Keywords          : kbreadme kbsetup kbVS600 
Version           : WINDOWS:6.0
Platform          : WINDOWS 
Issue type        : kbinfo 

Last Reviewed: February 18, 1999