如何解决visual interdev的调试问题

微软的这篇文章能彻底解决visual interdev的调试问题
需要安装visual interdev server,在visual studio 6.0的第二张盘上


HOWTO: Configure Your Web Server for Visual InterDev 6.0 ASP Debugging

--------------------------------------------------------------------------------
The information in this article applies to:

Microsoft Visual InterDev, version 6.0
Microsoft Windows NT Server version 4.0
Microsoft Windows NT Workstation version 4.0
Microsoft Windows 2000

--------------------------------------------------------------------------------


SUMMARY
This article describes the recommended steps to configure your Web server for remote and local Active Server Pages (ASP) script debugging for use with Visual InterDev 6.0. There are four basic things that you must do:

Install debugging components on the Web server.


Add the necessary users to the Administrators group of the Web server.


Configure DCOM permissions on the Web server.


Set up a Visual InterDev 6.0 project for debugging.





MORE INFORMATION

Install/Confirm Debugging Components on the Web Server
Install or ensure that you are running the following components:
Microsoft Personal Web Server 4.0 or Internet Information Server 4.0 or later.


Asp.dll version 4.02.0662 or later. If you have version 4.02.0662, the file size must be 330,448 bytes. You can install an updated version of Asp.dll by applying Windows NT Service Pack 4 or later.

You may have to stop Web services before applying a service pack in order for Asp.dll to get updated. From a command prompt, you can type the following to stop the Web services:


net stop iisadmin /y
Microsoft FrontPage Server Extensions version 3.0.2.1706 or later.


The Microsoft Visual InterDev Server components. If you do not see this listed in the Add/Remove Programs utility in Control Panel, you can install it by running Setup.exe from the VID_SS directory on Visual Studio CD-ROM 2 or on CD-ROM 1 of the Visual InterDev standalone version.


Remote Machine Debugger components (recommended).

If you do not see this listed in Add/Remove Programs, you can install it by running Setup.exe from the SCRPT_SS directory on Visual Studio disc 2 or on disc 1 of the Visual InterDev standalone version.


Visual Studio Service Pack 3 or later, if you are running Windows 2000.

You can download Visual Studio Service Pack 3 from the following location:


http://msdn.microsoft.com/vstudio/sp/vs6sp3/default.asp
NOTE: The Web server must be a Windows NT 4.0 Workstation/Server or a Windows 2000 Professional/Server/Advanced Server computer.



Add the Necessary Users to the Local Administrators Group of the Web Server
In order to correctly use debugging, you must be part of the local Administrators group on the Web server you will be debugging against.

Steps to add users to the Administrators group in Windows NT 4.0:
From the Start menu, select Run.


Type: usrmgr computer name and click ok.


Double-click the Administrators group in the bottom pane.


Add the users you want to allow to debug.


Steps to add users to the Administrators group in Windows 2000:
From the Start menu, select Programs, and then select Administrative Tools.


From the Administrative Tools menu, select Computer Management.


Expand Local Users and Groups under System Tools.


Select the Groups folder.


Double-click the Administrators group in the right pane.


Add the users you want to allow to debug.




Configure DCOM Permissions on the Web Server
From the Start menu, select Run.


Type dcomcnfg.exe and click ok.


On the Applications tab, scroll down to the Catalog Class and double-click it to view Properties.


Select the Security tab.


Click Use custom access permissions and then click Edit.


Add the users that you will allow to debug to this list, granting them Allow Access rights, or simply add the Administrators group to this list.


Select the Use custom launch permissions option and click Edit.


Add the users that you will allow to debug to this list, granting them Allow Launch rights, or simply add the Administrators group to this list.


Select the Identity tab.


Select the interactive user option.


Click Apply and then click ok.


Display the Properties for the Machine Debug Manager, and repeat steps 4-11 for the Machine Debug Manager.


Close the DCOM permissions dialog box and reboot your computer.


NOTE: The following are the minimum recommended accounts that should be in your DCOM permissions for both the Catalog Class and the Machine Debug Manager: Administrators, System, and Interactive.



Set Up a Visual InterDev 6.0 Project for Debugging
Create a new Web project in Visual InterDev 6.0.


Add an ASP page to the project.


Add the following lines of code to the new ASP page within the HTML body:


<%
Response.Write "hello world"
%>
Right-click on the Response.Write line and select Insert Breakpoint. This will set a breakpoint for that line, and a large red dot will appear to the left of the line in the border.


Right-click on the file in the Project Explorer and select Set as Start Page.


From the Debug menu, select Start.


A dialog box should appear asking if you would like to enable ASP debugging on this project. Select yes.


You will then be prompted for debugging credentials. Use one of the accounts that you added to the Administrators group.


The debugger should break on your breakpoint, and the line should be highlighted. Press F5 to continue.

NOTE: If remote debugging, the client is required to have Personal Web Server 4.0 or Internet Information Server 4.0 or later installed. ASP debugging is not supported on a Windows 95 or Windows 98 client.



REFERENCES
Please see the following Microsoft Knowledge Base article for a list of related debugging articles:

Q244272 Visual InterDev 6.0 Debugging Resources

Additional query words:

Keywords : kbDebug kbide kbNTOS kbWinOS2000 kbVisID600 kbGrpASP
Version : WINDOWS:6.0; winnt:4.0
Platform : WINDOWS winnt
Issue type : kbhowto
Technology : kbvcSearch

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 打赏
    打赏
  • 0
    评论
Visual Studio 6.0是由微软提供的一种集成开发环境(IDE),它包括了多个不同的开发工具和语言。其中包括Visual Basic、Visual C、Visual J、Visual FoxPro、Visual Database Tools和Visual InterDev等。为了提供补丁和更新,微软发布了Service Pack 6 for Visual Studio 6.0,这是Visual Studio 6.0的最后一个版本的补丁包,其中包括了对Visual Basic 6.0和Visual C++ 6.0的更新。 此外,Visual Studio 6.0还包括了多个安装光盘,如en_visual_studio_6.0_enterprise_cd4、en_visual_studio_6.0_enterprise_cd5和en_visual_studio_6.0_enterprise_cd6等。 这些光盘包含了不同的组件和工具,用于不同的开发需求。<span class="em">1</span><span class="em">2</span><span class="em">3</span> #### 引用[.reference_title] - *1* *3* [Visual Studio 6.0 下载地址 V6.0各种版本官方下载网址](https://blog.csdn.net/StudyOgre/article/details/100701012)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v93^chatsearchT3_2"}}] [.reference_item style="max-width: 50%"] - *2* [重磅来袭.收藏级Visual Studio 6.0英文企业版](https://download.csdn.net/download/zhangluduo/16551751)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v93^chatsearchT3_2"}}] [.reference_item style="max-width: 50%"] [ .reference_list ]

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

蝈蝈俊

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值