Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_components thread: debuging ASP and COM application


Message #1 by "yaron" <YaronA@w...> on Wed, 27 Sep 2000 12:08:56 +0100
Hi,



how can i debug(put some breakpoints) my COM app which is call via ASP

app?

in case the COM is dll , what exe i declare for debug it ?

in case the COM is exe , how can i debug it ?



thanks.

Message #2 by Christian Cruz <chris_cruz1@y...> on Wed, 27 Sep 2000 10:57:44 -0700 (PDT)
First of all you need windows NT to for ASP debugging,

win 95 and 98 can't do it.

You can use Visual interdev and put breakpoints on the

asp code or on your VB component.



--- yaron <YaronA@w...> wrote:

> Hi,

> 

> how can i debug(put some breakpoints) my COM app

> which is call via ASP

> app?

> in case the COM is dll , what exe i declare for

> debug it ?

> in case the COM is exe , how can i debug it ?

> 

> thanks.

> 

> ---

Message #3 by Hal Levy <Hal.Levy@M...> on Thu, 28 Sep 2000 10:16:26 -0400
The compiled DLL will not debug.. you need to open up VB on the machine

(assuming it's a VB component) and hit the "run" button... Breakpoints will

then be hit in the code. 



Keep in mind- I have tried over and over again to get debuging to work

properly- and have never really gotten it to work 100%.



Hal.Levy@M...

Senior Solutions Consultant

"Extending the Corporate Reach" (TM)

http://MediaServ.com

(xxx) xxx-xxxx  Ext. 372





-----Original Message-----

From: yaron [mailto:YaronA@w...]

Sent: Wednesday, September 27, 2000 3:28 PM

To: ASP components

Subject: [asp_components] debuging ASP and COM application





Hi,



how can i debug(put some breakpoints) my COM app which is call via ASP

app?

in case the COM is dll , what exe i declare for debug it ?

in case the COM is exe , how can i debug it ?



thanks.




  Return to Index