The information in this article applies to:
SUMMARYUsing Remote Data Services (RDS), specifically the RDS.Dataspace object, you can invoke remote business objects residing on a Web server running Internet Information Server (IIS). When these components are instantiated through the RDS.Dataspace object, the remote Visual Basic (VB) ActiveX DLL is loaded and runs within the IIS process space (Inetinfo.exe) on the Web server. When developing components that are invoked through the RDS.Dataspace, you may need to debug these components while they are running under IIS. Do this by compiling the Visual Basic ActiveX DLL with symbolic debug information, then attaching to the IIS process with Visual C++ and debugging the compiled DLL code. This article discusses the specific steps necessary to do this. MORE INFORMATIONBelow are steps to set up and debug a compiled Visual Basic ActiveX DLL running under IIS that has been invoked remotely through the RDS.Dataspace object. For additional information on how to create an RDS Custom Business object to use as a test case for the following steps, click the article number below to view the article in the Microsoft Knowledge Base: Q166277 Create a VB Component that Returns a Recordset in RDS
REFERENCESFor additional information, click the article numbers below to view the articles in the Microsoft Knowledge Base: Q166275 HOWTO: Debug a Native Code Visual Basic Component in VC++ Q193133 HOWTO: Compile VB Programs with Debug Symbols Embedded Q191741 INFO: RDS Registry/Security Settings For Custom Business Objects Q166277 HOWTO: Create a VB Component that Returns a Recordset in RDS Q181092 FAQ: Remote Data Service (RDS) Frequently Asked Questions Additional query words: debugging native symbols createobject
Keywords : kbMDAC kbRDS kbGrpMDAC kbDSupport kbGrpASPDB |
Last Reviewed: January 20, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |