you should put breakpoints in your VB project, and attach runtime VisualStudio (with loaded project) to the IIS process. After that launch the ASP page by requesting from a local or remote browser(anyway you should use internet address). When you finish, stop IIS and detach VisualStudio.
I figured out another simple way.Its working great where i have my page and component on my local machine.
You unregister the component from the local machine and run the project in vb IDE and then launch the page on the machine. It will stop where the breakpoints are in the component and let you debug.
Thanks for your help IonFilipski.
Jeet,
I am facing a similar problem. I want to debug a DCOM component in VB 6.0 from an ASP application.
I unregistered all DCOM entries and ran the VB app with breakpoints. This creates an entry in DCOMCNFG with the application path. But the ASP application doesn't recognize the copy of DCOM in memory and I cannot debug.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.