INFO: Visual Studio 6.0 Installation Notes Part 3 of 7- Configuring for Debugging
ID: Q217093
|
The information in this article applies to:
-
Microsoft Visual Studio 6.0
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 Internet Information Server (IIS) Patch
After Installing BackOffice
- Using SQL Debugging Services on a Computer with SQL Server 6.5
and Visual C++ 5.0 or Higher
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 - Run \IIS\WinNT\ASP2FIX1.exe from the installation
disc.
Product |
Disc Location |
Visual Studio Professional Edition |
CD#2 |
Visual Studio, Enterprise Edition |
CD#3 |
Visual InterDev |
CD#1 |
- Restart when prompted.
Applying the IIS Patch on Windows 9x Computers
- Stop the Web server from the Command Prompt:. Type
pws/stop and press ENTER.
- In the \<windows>\system\inetsrv directory, rename the
Asp.dll file to Asp.old.
- From the \IIS\Win9x\ directory of the installation disc, copy
Asp.dll and paste it to the \<windows>\system\inetsrv directory on
your computer.
Product |
Disc Location |
Visual Studio, Professional Edition |
CD#2 |
Visual Studio, Enterprise Edition |
CD#3 |
Visual InterDev |
CD#1 |
- 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 - Run dcomcnfg.exe.
- Select Remote Automation CLSID_StubMarhsaler.
- Click Properties.
- 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