Hello All,

Environment:
- Windows Server 2003 SP1
- IIS 6.0
- Visual Studio 2003

We have developed a ISAPI Filter and want to debug it through Visual
Studio. We have gone through the steps mentioned at
http://support.microsoft.com/kb/183480 but to no use.
We even tried suggestions provided at
http://www.atozed.com/intraweb/faq/iis6.aspx but all in vain. Every
time we try to debug, a dialog box pops up saying 'w3wp.exe does not
contain debugging information. (No Symbols loaded)'. At this time
breakpoints says 'no executable code loaded at this point'

Settings:
1. Project Properties-->Debugging-->Command =
C:\Windows\System32\Inetsrv\w3wp.exe
2. Project Properties-->Debugging-->Command Arguments = -debug -ap<app
pool name> -w<bindings> -s<website identifier>

Please let me know if these settings are correct/sufficient. Do I need
to make any more changes to start with the debugging.

Thanks in advance.
~TJ