The problem was that the IIS on the remote computer is version 6.0. - Walter Sobchak |
Tuesday, April 22, 2008 6:31 AM
|
The problem was that the IIS on the remote computer is version 6.0.
So I had to attach to w3wp.exe instead of inetinfo.exe.
Now I can only use the debugging if I invoke the browsing in iis manager
with right click -> browse.
That is not good enough. I'd like invoke debugging within a web browser.. |
 |
Have you verified that the symbols are being successfully found? - Pat [MSFT] |
Wednesday, April 23, 2008 12:52 PM
|
Have you verified that the symbols are being successfully found? It could
be an environment issue (i.e. PATH & SYMBOL_PATH) are likely different on
the two machines.
Pat |
 |