When I try to debug an asp .Net web site from my machine (the website is on
an IIS 5 server), get the folowing error
------------------------------------
Unable to connect to the machine 'mymachine'. The RPC server is unavailable
---------------------------------------------
I followed the doc, started all services on the server that starts with the
word Remote........
even I used
I used RPCPing tool from my XP machine, the result was as follows
\Windows Resource Kits\Tools>rpcping -s 10.192.2.90
Completed 1 calls in 1 ms
1000 T/S or 1.000 ms/T
So it seems to me that everythignis correct. What should I check or do to be
able to strat debugging remotly.
Thanks
DWS - 01 Oct 2005 00:01 GMT
SalamElias,
Check the dll was compiled debug.
Check the web.config file for <compilation debug=true/>
Sorry but I do all my debugging in the safety of my own pc so I can't help
more with your remote.
Good Luck
DWS
> When I try to debug an asp .Net web site from my machine (the website is on
> an IIS 5 server), get the folowing error
[quoted text clipped - 14 lines]
>
> Thanks
"Gary Chang[MSFT]" - 03 Oct 2005 08:13 GMT
Hi Salam,
>When I try to debug an asp .Net web site from my machine (the website is
on >an IIS 5 server), get the folowing error
>------------------------------------
>Unable to connect to the machine 'mymachine'. The RPC server is unavailable
>---------------------------------------------
>I used RPCPing tool from my XP machine, the result was as follows
In order to isolate your program, I woulk like to know what's the platform
of your client and server machine, is there any Windows XP SP2 machine?
If you have any Windows XP SP2 machine in problem, I suggest you need to do
some configuration of the Windows FireWall first, please refer to the
followinf MSDN KB articles for the details:
How to turn on remote debugging in Windows XP with Service Pack 2
http://support.microsoft.com/?id=833977
How to debug on computers that are running Windows XP and that are in the
same Workgroup in Visual Studio .NET
http://support.microsoft.com/?id=833900
Thanks!
Best regards,
Gary Chang
Microsoft Community Support
--------------------
Get Secure! ¡§C www.microsoft.com/security
Register to Access MSDN Managed Newsgroups!
http://support.microsoft.com/default.aspx?scid=/servicedesks/msdn/nospam.asp
&SD=msdn
This posting is provided "AS IS" with no warranties, and confers no rights.