<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>sevcik.tk &#187; remote debug</title>
	<atom:link href="http://sevcik.tk/tag/remote-debug/feed" rel="self" type="application/rss+xml" />
	<link>http://sevcik.tk</link>
	<description>sevcik [dot] tk / .net, csharp, sharepoint, visual studio, my knowledge base, my tips, etc...</description>
	<lastBuildDate>Sat, 13 Feb 2010 23:09:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Remote Debugging Across Domains</title>
		<link>http://sevcik.tk/2008/10/26/remote-debugging-across-domains.html</link>
		<comments>http://sevcik.tk/2008/10/26/remote-debugging-across-domains.html#comments</comments>
		<pubDate>Sun, 26 Oct 2008 10:35:23 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[debug]]></category>
		<category><![CDATA[remote debug]]></category>

		<guid isPermaLink="false">http://sevcik.tk/wordpressmu/?p=5</guid>
		<description><![CDATA[how to: This procedure is verified and fully functional on Windows XP as CLIENT and Windows 2003 as SERVER&#160;for Visual Studio 2005 and 2008. SERVER &#8211; remote computer/server, CLIENT &#8211; local computer with Visual Studio SERVER: create local user account with same user name and password as account under which run Visual Studio on client [...]]]></description>
			<content:encoded><![CDATA[<p><strong>how to:</strong><br />
This procedure is verified and fully functional on Windows XP as CLIENT and Windows 2003 as SERVER&nbsp;for Visual Studio 2005 and 2008.</p>
<p>SERVER &#8211; remote computer/server, CLIENT &#8211; local computer with Visual Studio</p>
<ol>
<li><strong>SERVER:</strong> create local user account with same user name and password as account under which run Visual Studio on client computer. Put this user to Local Administrator Group.<br />
    &nbsp;</li>
<li><strong>SERVER:&nbsp;</strong>run &quot;Stored User Names and Passwords&quot; (over &quot;Control Panel&quot; or from command line &quot;%windir%\system32\rundll32.exe keymgr.dll, KRShowKeyMgr&quot;) and add user from step 1. for authentificate to client
<p>    <a href="http://sevcik.tk/files/sunap1.png"><img height="329" width="395" src="http://sevcik.tk/files/sunap1.png" alt="" class="alignnone size-medium wp-image-61" /></a></p>
<p>    <a href="http://sevcik.tk/files/sunap4.png"><img height="401" width="341" src="http://sevcik.tk/files/sunap4.png" alt="" class="alignnone size-medium wp-image-60" /></a><br />
    &nbsp;</li>
<li><strong>SERVER:</strong> <a href="#download">Download</a> and install (or copy from client, 2005 version from C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\Remote Debugger or 2008 version from C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\Remote Debugger\) &quot;Visual Studio Remote Debugging Monitor&quot; <a href="#2005or2008">*</a><br />
    &nbsp;</li>
<li><strong>SERVER:</strong> run &quot;Visual Studio Remote Debugging Monitor&quot; <a href="#2005or2008">*</a> under local account from step 1. use &quot;Run as&#8230;&quot; and fill SERVER\user name + password
<p>    <a href="http://sevcik.tk/files/runas1.png"><img height="321" width="384" src="http://sevcik.tk/files/runas1.png" alt="" class="alignnone size-medium wp-image-69" /></a><br />
    &nbsp;</li>
<li><strong>CLIENT:</strong> run &quot;Stored User Names and Passwords&quot; (from command line &quot;%windir%\system32\rundll32.exe keymgr.dll, KRShowKeyMgr&quot;) and add user from step 1. for authentificate to server
<p>    <a href="http://sevcik.tk/files/sunap3.png"><img height="329" width="395" class="alignnone size-medium wp-image-63" alt="" src="http://sevcik.tk/files/sunap3.png" /></a></p>
<p>    <a href="http://sevcik.tk/files/sunap2.png"><img height="401" width="341" class="alignnone size-medium wp-image-62" alt="" src="http://sevcik.tk/files/sunap2.png" /></a><br />
    &nbsp;</li>
<li><strong>CLIENT:</strong> run Visual Studio 2005 (or 2008), in dialog &quot;Attach to Process&quot; fill to &quot;Qualifier&quot; SERVER, check &quot;Show process from all users&quot;, pres enter
<p>    <a href="http://sevcik.tk/files/atp1.png"><img height="298" width="425" class="alignnone size-medium wp-image-67" alt="" src="http://sevcik.tk/files/atp1-425x298.png" /></a></p>
<p>    and voila, you have successfully configured &quot;Remote Debugging Across Domains&quot;</p>
<p>    <a href="http://sevcik.tk/files/atp2.png"><img height="298" width="425" class="alignnone size-medium wp-image-66" alt="" src="http://sevcik.tk/files/atp2-425x298.png" /></a></p>
<p>    &nbsp;     <a name="2005or2008">*</a> you must use same version (2005 or 2008) of Visual Studio and Visual Studio Remote Debugging Monitor<br />
    &nbsp;</li>
</ol>
<p><strong>tips:</strong></p>
<ul>
<li>if your Visual Studio freeze in attempt to connect to remote server, go to server to &quot;Visual Studio Remote Debugger&quot; to &quot;Options&quot; and temporarily change &quot;Authentication Mode&quot; to &quot;No Authentication (native only)&quot;, after that Visual Studio unfreeze and show error cannot connect message&#8230;</li>
</ul>
<p><a name="download"><strong>download:</strong></a></p>
<p style="margin-left: 40px"><a target="_blank" href="http://www.microsoft.com/downloads/details.aspx?familyid=440ec902-3260-4cdc-b11a-6a9070a2aaab&amp;displaylang=en">Visual Studio 2008 Service Pack 1 Remote Debugger</a></p>
<p><strong>more info/sources:</strong></p>
<p style="margin-left: 40px"><a target="_blank" href="http://www.wictorwilen.se/Post/How-to-get-Remote-Debugging-work-properly.aspx" title="www.wictorwilen.se">http://www.wictorwilen.se/Post/How-to-get-Remote-Debugging-work-properly.aspx</a> <br />
<a target="_blank" href="http://www.patrickverbeeten.com/pages/ContentItemPage.aspx?id=9&amp;item=67&amp;p=true" title="www.patrickverbeeten.com">http://www.patrickverbeeten.com/pages/ContentItemPage.aspx?id=9&amp;item=67&amp;p=true</a>  <a target="_blank" href="http://msdn.microsoft.com/en-us/library/9y5b4b4f.aspx" title="msdn.microsoft.com"><br />
http://msdn.microsoft.com/en-us/library/9y5b4b4f.aspx</a>  <a target="_blank" href="http://blogs.msdn.com/greggm/archive/2004/10/04/237519.aspx" title="blogs.msdn.com/greggm"><br />
http://blogs.msdn.com/greggm/archive/2004/10/04/237519.aspx</a>  <a target="_blank" href="http://support.microsoft.com/kb/910448/en-us" title="support.microsoft.com/kb"></p>
<p>http://support.microsoft.com/kb/910448/en-us</a></p>
]]></content:encoded>
			<wfw:commentRss>http://sevcik.tk/2008/10/26/remote-debugging-across-domains.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
