This is frequently asked about ISAPI and IIS6. You should ask ISAPI-related
questions in the microsoft.public.platformsdk.internet.server.isapi-dev
newsgroup.
Please search for the recent post (within past week) by Brian Combs in that
newsgroup titled "How to debug ISAPI extension in IIS 6.0" on how to do
this.
--
//David
IIS
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"Vikram S" <anonymous DeleteThis @discussions.microsoft.com> wrote in message
news:BDDB9544-6C4B-4351-B9BA-359007E001AF@microsoft.com...
Hi,
I used to be able to debug ISAPI applications running in IIS 5.0, by chaging
a few registry settings to run it in process mode. And I would use
"inetinfo.exe -e w3svc" as the command line arguments for debugging my ISAPI
extension DLL in VS
But in IIS 6.0, I cannot figure out how to do this. I know that simply
attaching to the process works. But, I want to debug it from the start. If I
attach, then I cannot debug the start up process.
TIA,
Vikram
>> Stay informed about: Debugging IIS 6.0 in Visual Studio