
debugging dll from ASP pages
thanx kim for the prompt reply
actually my attach process list was empty..
so i used the content in the following link..
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnse...
thanx again
Quote:
> Hi Srinivas,
> Off the top of my head, this is what I do:
> - Configure the site to run in-process (low isolation)
> - Start up Visual Studio 6
> - Build -> Start Debug -> Attach to Process
> - Check 'Show system processes'
> - Attach to INETINFO.EXE
> - Go to Project Settings -> Debug -> Additional DLLs
> - Add the DLL that's registered and used in the ASP page
> - Open the source file you're interested in
> - Set breakpoints
> That should do it.
> --
> Best regards,
> Kim Gr?sman
> > hi ,
> > I need to debug a DLL developed in vc++ while testing it from my ASP
> pages.
> > ( i deliberately need to do it from ASP because .. the same DLL does
> > intended work when i tested it from VB ..but behaves differently from
ASP
> > code )
> > thanx in advance
> > srinivas