<?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>pmd media &#187; ASP.NET</title>
	<atom:link href="http://blog.pmd-media.com/tag/asp-net/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.pmd-media.com</link>
	<description>it-consulting &#38; development</description>
	<lastBuildDate>Tue, 10 Jan 2012 10:15:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>Microsoft Remotedebugging: Windows 7 in einer virtuellen Parallels Maschine auf einem Apple MacBook</title>
		<link>http://blog.pmd-media.com/2009/11/06/microsoft-remotedebugging-windows-7-in-einer-virtuellen-parallels-maschine-auf-einem-apple-macbook</link>
		<comments>http://blog.pmd-media.com/2009/11/06/microsoft-remotedebugging-windows-7-in-einer-virtuellen-parallels-maschine-auf-einem-apple-macbook#comments</comments>
		<pubDate>Fri, 06 Nov 2009 19:43:48 +0000</pubDate>
		<dc:creator>Frank Piotrowsky</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[2008]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Firewall]]></category>
		<category><![CDATA[IIS7]]></category>
		<category><![CDATA[Internet Information Server]]></category>
		<category><![CDATA[MacBook]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Netzwerk]]></category>
		<category><![CDATA[Parallels]]></category>
		<category><![CDATA[Port]]></category>
		<category><![CDATA[Remotedebugger]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[Webserver]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://blog.pmd-media.com/?p=209</guid>
		<description><![CDATA[
			
				
			
		
Ich habe wirklich hart kämpfen müssen, obwohl die Lösung ganz einfach war&#8230;. Hinterher ist man immer schlauer  .
Konfiguration

Microsoft Windows 7
Microsoft Visual Studio 2010 Beta 2
Parallels 4.0
Apple MacBook

Vorgehensweise
Nachdem die Software auf der virtuellen Maschine installiert war, habe ich den Remotedebugger auf dem Server mit den ASP.NET-Anwendungen installiert und als Dienst gestartet.
Firewallkonfiguration
In der Windows-Firewall muss auf [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.pmd-media.com%2F2009%2F11%2F06%2Fmicrosoft-remotedebugging-windows-7-in-einer-virtuellen-parallels-maschine-auf-einem-apple-macbook"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.pmd-media.com%2F2009%2F11%2F06%2Fmicrosoft-remotedebugging-windows-7-in-einer-virtuellen-parallels-maschine-auf-einem-apple-macbook&amp;source=FPiotrowsky&amp;style=normal&amp;service=bit.ly&amp;service_api=R_2ada418849661b0a351ca4eaa9f13404&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Ich habe wirklich hart kämpfen müssen, obwohl die Lösung ganz einfach war&#8230;. Hinterher ist man immer schlauer <img src='http://www.pmd-media.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> .</p>
<h3>Konfiguration</h3>
<ul>
<li>Microsoft <a href="http://blog.pmd-media.com/Windows_7_Professional_64_Bit_OEM_inkl_Service_Pack_1" style="" target="_blank" rel="nofollow" onmouseover="self.status='Windows 7 Professional 64 Bit OEM inkl. Service Pack 1';return true;" onmouseout="self.status=''">Windows 7</a></li>
<li>Microsoft Visual Studio 2010 Beta 2</li>
<li>Parallels 4.0</li>
<li>Apple MacBook</li>
</ul>
<h3>Vorgehensweise</h3>
<p>Nachdem die Software auf der virtuellen Maschine installiert war, habe ich den Remotedebugger auf dem Server mit den ASP.NET-Anwendungen installiert und als Dienst gestartet.</p>
<h3>Firewallkonfiguration</h3>
<p>In der Windows-Firewall muss auf dem Host das Progamm Microsoft Remotedebugger, auf dem Client das Programm Microsoft Visual Studio als Ausnahmen deklariert sein, bzw. in einer Firewall müssen die folgenden Ports geöffnet sein:</p>
<ul>
<li>TCP 139</li>
<li>TCP 445</li>
<li>UDP 137</li>
<li>UDP 138</li>
</ul>
<p>Sollten Sie IPSec benutzen müssen, benötigen Sie auch die folgenden Ports:</p>
<ul>
<li>UDP 4500</li>
<li>UDP 500</li>
</ul>
<h3>Fehlermeldung</h3>
<p>Als ich brav alles eingestellt hatte, quittierte mir das System meine Debugging-Bemühungen mit folgender Fehlermeldung:</p>
<pre>Unable to start debugging on the web server. The Visual Studio
debugger cannot connect to the remote computer. A firewall may
be preventing communication via DCOM to the remote computer.
Please see Help for assistance.</pre>
<p><div id="attachment_210" class="wp-caption aligncenter" style="width: 460px"><img class="size-full wp-image-210" title="Remotedebugging - Unable to start debugging on the web server" src="http://www1.pmdmedia.com/wp-content/uploads/2009/11/remotedebugging1.jpg" alt="Remotedebugging - Unable to start debugging on the web server" width="450" height="203" /><p class="wp-caption-text">Remotedebugging - Unable to start debugging on the web server</p></div></p>
<p>Diese Fehlermeldung blieb mir selbst bei der Ausschaltung sämtlicher Firewalls erhalten.</p>
<h3>Lösung</h3>
<p>Der Trick: Mein Netzwerk-Adapter in der Parallels-Maschine war auf &#8220;Shared&#8221; einstellt und hatte so eine IP, die in einem anderen Netzwerkbereich lag. Da der Domänencontroller diesen nicht kannte, konnte der Microsoft Visual Studio Remotedebugger keine Verbindung zu der Client-Maschine aufbauen.<br />
Setzen Sie den Modus für den Adapter auf &#8220;Bridged&#8221;. Dann wird es als eigenständige Netzwerkkarte betrachtet und bekommt vom DHCP-Server der Domäne eine eigene IP. Mit dieser kann sich der Remotedebugger dann auch connecten.</p>
<p>Wenn Sie Fragen, Anregungen oder Wünsche zu weiteren Themen in diesem Bereich haben, nutzen Sie bitte die Kommentare. Ich freue mich auf Ihre Feedback&#8230;</p>
<div class="shr-publisher-209"></div>]]></content:encoded>
			<wfw:commentRss>http://blog.pmd-media.com/2009/11/06/microsoft-remotedebugging-windows-7-in-einer-virtuellen-parallels-maschine-auf-einem-apple-macbook/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft Remotedebugging &#8211; Unable to Start Debugging on the Web Server</title>
		<link>http://blog.pmd-media.com/2009/11/06/microsoft-remotedebugging-unable-to-start-debugging-on-the-web-server</link>
		<comments>http://blog.pmd-media.com/2009/11/06/microsoft-remotedebugging-unable-to-start-debugging-on-the-web-server#comments</comments>
		<pubDate>Fri, 06 Nov 2009 18:23:06 +0000</pubDate>
		<dc:creator>Frank Piotrowsky</dc:creator>
				<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[2008]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[IIS7]]></category>
		<category><![CDATA[Internet Information Server]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Remotedebugger]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://blog.pmd-media.com/?p=206</guid>
		<description><![CDATA[
			
				
			
		
Die ASP.NET-Anwendungen eines Microsoft Internet Information Server 7.0 (IIS 7) ließen sich in der Domäne nicht remote debuggen. Es kam die Meldung:
Unable to Start Debugging on the Web Server. Das System kann die
angegebene Datei nicht finden.
Die Meldung (halb englisch, halb deutsch) wurde vom Microsoft Visual Studio 2010 Beta 2 Remotedebugger ausgegeben. Daher wahrscheinlich der Sprachenmix.
Lösung
Der [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.pmd-media.com%2F2009%2F11%2F06%2Fmicrosoft-remotedebugging-unable-to-start-debugging-on-the-web-server"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.pmd-media.com%2F2009%2F11%2F06%2Fmicrosoft-remotedebugging-unable-to-start-debugging-on-the-web-server&amp;source=FPiotrowsky&amp;style=normal&amp;service=bit.ly&amp;service_api=R_2ada418849661b0a351ca4eaa9f13404&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Die ASP.NET-Anwendungen eines Microsoft Internet Information Server 7.0 (IIS 7) ließen sich in der Domäne nicht remote debuggen. Es kam die Meldung:</p>
<pre>Unable to Start Debugging on the Web Server. Das System kann die
angegebene Datei nicht finden.</pre>
<p>Die Meldung (halb englisch, halb deutsch) wurde vom Microsoft Visual Studio 2010 Beta 2 Remotedebugger ausgegeben. Daher wahrscheinlich der Sprachenmix.</p>
<h3>Lösung</h3>
<p>Der IIS muss die Integrierte Windows-Authentifizierung aktiviert haben. Danach lief alles so, wie es sollte.</p>
<p>&nbsp;</p>
<div class="shr-publisher-206"></div>]]></content:encoded>
			<wfw:commentRss>http://blog.pmd-media.com/2009/11/06/microsoft-remotedebugging-unable-to-start-debugging-on-the-web-server/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (user agent is rejected)

Served from: blog.pmd-media.com @ 2012-02-05 14:39:13 -->
