<?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>守望轩 &#187; remote debug</title>
	<atom:link href="http://www.watch-life.net/tag/remote-debug/feed" rel="self" type="application/rss+xml" />
	<link>http://www.watch-life.net</link>
	<description>关注IT,审视自我,守望生活, 宁静雅致的小轩馆.</description>
	<lastBuildDate>Mon, 23 Aug 2010 15:08:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>web developer tips (17):远程调试使用IIS的web应用</title>
		<link>http://www.watch-life.net/visual-studio/remote-debugging-waps-using-iis.html</link>
		<comments>http://www.watch-life.net/visual-studio/remote-debugging-waps-using-iis.html#comments</comments>
		<pubDate>Mon, 06 Jul 2009 08:03:38 +0000</pubDate>
		<dc:creator>xjb</dc:creator>
				<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[iis]]></category>
		<category><![CDATA[remote debug]]></category>
		<category><![CDATA[web developer tips]]></category>
		<category><![CDATA[远程调试]]></category>

		<guid isPermaLink="false">http://www.watch-life.net/?p=400</guid>
		<description><![CDATA[原文地址：How to remote debug WAPs that are using IIS 如果你有个使用iisweb应用发布在另一台服务器，你可以使用 Visual Studio 2008 SP1来远程调试这个web应用。 http://www.watch-life.net/visual-studio/remote-debugging-waps-using-iis.html 首先通过菜单：文件+打开项目，打开（远程）服务器（比如 \\server\share）的web应用项目，右键单击“项目”选择“属性”，打开“web”标签页。在“服务器”选项里，选中“使用自定义web服务器”， 输入web网站的URL，然后在web服务器上启动远程调试器，在浏览器上启动这个（调试）URL时候，断点就会被命中。 当然，对于远程调试（remote debug ），远没有如此简单，必须进行安装远程调试组件、配置远程服务器的防火墙等等操作.有关详情见MSDN：安装远程调试 你可能也会喜欢以下文章： web developer tips (53):在vs的设计视图编辑gridview的模板 (0) web developer tips (56):手动更新JScript的智能感知 (0) web developer tips (11):在Visual Web Developer中用不同的工具窗口打开样式生成器 (0) web developer tips (69):vs中在浏览器中查看的快捷键 (2) web developer tips (75):PostBack后保持滚动条的位置 (1) web developer tips (10):Visual Web Developer [...]]]></description>
			<content:encoded><![CDATA[<p>原文地址<a href="http://blogs.msdn.com/webdevelopertips/archive/2008/10/28/remote-debugging-waps-using-iis.aspx" target="_blank">：How to remote debug WAPs that are using IIS</a></p>
<p>如果你有个使用<a href="http://www.watch-life.net/tag/iis" rel="tag" target="_blank">iis</a>web应用发布在另一台服务器，你可以使用 Visual Studio 2008 SP1来<a href="http://www.watch-life.net/visual-studio/remote-debugging-waps-using-iis.html" target="_blank">远程调试</a>这个web应用。</p>
<p><a href="http://www.watch-life.net/visual-studio/remote-debugging-waps-using-iis.html" target="_blank">http://www.watch-life.net/visual-studio/remote-debugging-waps-using-iis.html</a></p>
<p>首先通过菜单：<strong>文件+打开项目</strong>，打开（远程）服务器（比如 \\server\share）的web应用项目，右键单击“项目”选择“<strong>属性</strong>”，打开“web”标签页。在“<strong>服务器</strong>”选项里，选中“使用自定义web服务器”，</p>
<p><img title="webpropertypages5" style="display: inline" height="416" alt="webpropertypages5" src="http://blogs.msdn.com/blogfiles/webdevelopertips/WindowsLiveWriter/RemoteDebuggingWAPsusingIIS_F290/webpropertypages5_thumb.jpg" width="378" /></p>
<p>输入web网站的URL，然后在web服务器上启动远程调试器，在浏览器上启动这个（调试）URL时候，断点就会被命中。<br />
<img title="remotedebugging2" style="display: inline" height="149" alt="remotedebugging2" src="http://blogs.msdn.com/blogfiles/webdevelopertips/WindowsLiveWriter/RemoteDebuggingWAPsusingIIS_F290/remotedebugging2_thumb.jpg" width="466" /></p>
<p>当然，对于远程调试（remote debug ），远没有如此简单，必须进行安装远程调试组件、配置远程服务器的防火墙等等操作.有关详情见MSDN：<a href="http://msdn.microsoft.com/zh-cn/library/y7f5zaaa.aspx" target="_blank">安装远程调试</a></p>
<p class="akst_link">
</p>
	<h4>你可能也会喜欢以下文章：</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.watch-life.net/visual-studio/edit-the-templates-for-gridview-in-vs-designer.html" title="web developer tips (53):在vs的设计视图编辑gridview的模板 (2009-10-12)">web developer tips (53):在vs的设计视图编辑gridview的模板</a> (0)</li>
	<li><a href="http://www.watch-life.net/visual-studio/update-jscript-intellisense-manually.html" title="web developer tips (56):手动更新JScript的智能感知 (2009-10-29)">web developer tips (56):手动更新JScript的智能感知</a> (0)</li>
	<li><a href="http://www.watch-life.net/visual-studio/new-style-builder-can-be-invoked-from-various-other-tool-windows-in-visual-web-developer.html" title="web developer tips (11):在Visual Web Developer中用不同的工具窗口打开样式生成器 (2009-06-25)">web developer tips (11):在Visual Web Developer中用不同的工具窗口打开样式生成器</a> (0)</li>
	<li><a href="http://www.watch-life.net/visual-studio/the-keyboard-shortcut-for-view-in-browser.html" title="web developer tips (69):vs中在浏览器中查看的快捷键 (2009-11-27)">web developer tips (69):vs中在浏览器中查看的快捷键</a> (2)</li>
	<li><a href="http://www.watch-life.net/visual-studio/maintain-scrollposition-after-post-back.html" title="web developer tips (75):PostBack后保持滚动条的位置 (2010-03-17)">web developer tips (75):PostBack后保持滚动条的位置</a> (1)</li>
	<li><a href="http://www.watch-life.net/visual-studio/visual-web-developer-2008-has-a-new-style-builder-dialog.html" title="web developer tips (10):Visual Web Developer 2008中新的样式生成器 (2009-06-23)">web developer tips (10):Visual Web Developer 2008中新的样式生成器</a> (0)</li>
	<li><a href="http://www.watch-life.net/visual-studio/have-c-and-vb-net-files-inside-your-app-code-directory.html" title="web developer tips (26):在 App_Code目录下同时放c#和VB.NET文件 (2009-07-19)">web developer tips (26):在 App_Code目录下同时放c#和VB.NET文件</a> (0)</li>
	<li><a href="http://www.watch-life.net/visual-studio/how-to-enable-edit-and-continue-feature-for-web-application-projects.html" title="web developer tips (29):在web应用项目里启用“编辑并继续”功能 (2009-07-23)">web developer tips (29):在web应用项目里启用“编辑并继续”功能</a> (0)</li>
</ul>

转载请注明作者，出处，以及原始超链接。<br />评论数：0 | <b><a href='http://www.watch-life.net/visual-studio/remote-debugging-waps-using-iis.html#comment'>评论这篇文章</a></b>|关注作者最近动态,欢迎 follow me <a href='https://twitter.com/xjb' target='_blank'>xjb@twitter.com</a>|联络作者：iamxjb@gmail.com<br/>© 2010 守望轩 <a href='http://www.watch-life.net/visual-studio/remote-debugging-waps-using-iis.html'>www.watch-life.net</a>]]></content:encoded>
			<wfw:commentRss>http://www.watch-life.net/visual-studio/remote-debugging-waps-using-iis.html/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/


Served from: www.watch-life.net @ 2010-09-07 01:48:43 -->