Hi Semedao,
Based on my understanding, you want to setup remote debugging between 2
workgroup machines.
Have you setup a local account with the same name and password on remote
Win2003 machine as your WinXP machine? This is a must while debugging
between 2 workgrounp machines.
Regarding remote debugging, the local debugger's debugging request to the
remote machine must be authenticated, and then mapped to an identified
known account on the remote machine.
In domain environment, this is easy to complete, you can just use a domain
account on local machine for cross-machine debugging, once the remote
machine has added this domain account to debug account, everything will be
OK.
In workgroup scenario, your local WinXP machine's account(let's call it
*Alice*) is only known to this local machine. All of *Alice*'s
information(such as password) is stored in WinXP machine. The remote
Win2003 machine has no knowledge about who is *Alice*. Without domain, the
Win2003 machine can not also contact the DC to help authenticate the
*Alice*, so the remote debugging will fail.(The Win2003 machine can not
recognize *Alice*, so he can not trust a stranger's debugging requst). This
is why you can not find *Alice* account on WinXP.
To resolve this problem, the most common solution is setup a new account on
Win2003 machine with the same account name and password. Then Win2003
machine has the enough information to identify the request is coming from
*Alice*. This is confirmed in the "One or both computers on a workgroup"
row in the link below:
http://msdn2.microsoft.com/en-us/library/ms164725.aspx Above is the principle. After setting up an account, you should look up the
new created *Alice* account on Win2003 machine instead of *Alice* account
on WinXP machine, since the remote debugging request will map to this local
*Alice* account. Then you may assign permission and LSA setting to this
local *Alice* account on Win2003.
Hope this helps.
Best regards,
Jeffrey Tan
Microsoft Online Community Support
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif ications.
Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx. ==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.