Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how to debug com component on local m/c with asp page

Status
Not open for further replies.

Jeet2004

MIS
Jun 29, 2005
96
US
I am going nuts and have no clue how to debug a com component from asp page.
I have the project for com component and the asp page now how can i debug either both or atleast the com component
It might be easy for some ppl but for me i have no clue.
any help would be highly appreciated.
Thanks
 
If your ASP page passes references to the Request and/or Response objects to your COM component then you can ignore the remainder of this post because it wont help you.

---------------------------------
If your COM object is vb6 then you can open the project and choose "add project" and add in a standard EXE to make a "project group."

Then, in the new make a reference to the COM object in the new standard EXE. Make a little form button or something that will create an instance of the COM object. Set some breakpoints inside your COM object so you can step through the execution.

Finally, set the EXE as the startup project for the group and run the group.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top