Search EggHeadCafe's Job Board
EggHeadCafe Silverlight WPF ASP.NET VB.NET C# Excel SQL Server SharePoint
search
IIS GroupsView
Inetserver Asp Db
Inetserver Asp General
Inetserver Iis
Inetserver Iis Security
Frontpage Client
Frontpage Extensions Windowsnt
Frontpage Programming

Group SummariesView
.NET Framework
Access
BizTalk
Certifications
CRM
DDK
Exchange Server
FoxPro
French
French .NET
Games
German
German .NET
Graphic Design
IIS
Internet
ISA Server
Italian
Italian .NET
Maps
MCIS
Miscellaneous
Mobile Apps
Money
MSN
Networking
Office
Ops Mgr
Publisher
Security
SharePoint
Small Business
Spanish
Spanish .NET
SQL Server
Systems Management Server
Transaction Server
Virtual PC / Virtual Server
Visual Studio
Win32
Windows 2000
Windows 2003 Server
Windows 7
Windows Live
Windows Media
Windows Update
Windows Vista
Windows XP
 

View All Microsoft Inetserver Iis Posts  Ask A New Question 

Remote debugging

Walter Sobchak posted on Monday, April 21, 2008 4:29 AM

I'm trying to remote debug an isapi filter.
My computer is windows xp sp2, and the remote computer is win 2003
enterprise.The remote computer is a domain controller in a different domain.
After I run msvsmon.exe on the remote machine and configure that anybody
can connect to debug I successfully attach to the inetinfo.exe process
but the execution doesn't stop on my breakpoints.
I copied the whole debug folder including the .pdb file.
The firewall is set up correctly.

Any ideas why doesn't this work?
reply

 

The problem was that the IIS on the remote computer is version 6.0.

Walter Sobchak posted on 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..
reply

Have you verified that the symbols are being successfully found?

Pat [MSFT] posted on 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
reply

 
 

Previous Microsoft Inetserver Iis conversation.