as title, my friend's environment is Windows 2003 server. He attached the IIS process and set the breaking points at codes supposed to run, but VS doesn't stop at all. The ISAPI is written with VC++.
Is there any setting he need to set up?
Thanks.
Visual studio can debug various types of Code: Native, Script, Managed, Silverlight etc. You need to ensure that when you attach that the Attach To: box contains "Native code".
You also need to be sure you are attaching to the correct instance of w3wp.exe if there is more than one.