Tom,
I had the same problem myself recently. Many frustrating days were spent
trying to figure this out, so I'm glad to help.
First thing to do is follow the article on ms site,
http://support.microsoft.com/default.aspx?scid=kb;en-us;Q192011 ,
"Configure Your Web Server for Visual InterDev 6.0 ASP Debugging". This
gives the configuration setup needed to debug.
If that doesn't work, in my case it did not, you'll need to unregister and
register a different version of asp.dll. The article,
http://support.microsoft.com/default.aspx?scid=kb;en-us;Q261305, "Visual
InterDev Debugger Skips Server-Side Break Points" explains this process
you'll need to go through.
Hope this helps.
Tom R.
-----Original Message-----
From: Philip Conde [mailto:phconde@h...]
Sent: Wednesday, May 08, 2002 2:34 PM
To: Interdev_Programming
Subject: [interdev_programming] Re: Can't attach dllhost .exe to process
set the website's application protection to HIGH. You can find that on the
website's properties in the Home Directory tab. If you set it to LOW the
inetinfo.exe process should appear in Interdev and you can use that to
debug also.
> Hello all.
> I'm running Win2K and trying to server side debug asp pages. Yet, for
> some reason I cannot attach the dllhost.exe to process using Interdev.
> Dllhost.exe does not show up, only the iexpore.exe shows when I attempt
to
> attach.
> Anyone familiar w/ this problem? Any help would be appreciated.
> Thanks,
> Tom