<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.iis.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:cs="http://blogs.iis.net/"><channel><title>MVolo&amp;#39;s Blog : Debugging</title><link>http://blogs.iis.net/mvolo/archive/tags/Debugging/default.aspx</link><description>Tags: Debugging</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Troubleshooting performance counter problems with perfmon and a debugger</title><link>http://blogs.iis.net/mvolo/archive/2009/05/24/troubleshooting-performance-counter-problems-with-perfmon-and-a-debugger.aspx</link><pubDate>Sun, 24 May 2009 04:17:00 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:3183547</guid><dc:creator>IIS 7.0 Server-Side : IIS</dc:creator><slash:comments>2</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.iis.net/mvolo/rsscomments.aspx?PostID=3183547</wfw:commentRss><comments>http://blogs.iis.net/mvolo/archive/2009/05/24/troubleshooting-performance-counter-problems-with-perfmon-and-a-debugger.aspx#comments</comments><description>Performance counters are a wonderful tool when it comes to quickly assessing system health and performance of Windows subsystems. In addition to learning much about the operation of Microsoft products, exposing performance counters from your own code...(&lt;a href="http://blogs.iis.net/mvolo/archive/2009/05/24/troubleshooting-performance-counter-problems-with-perfmon-and-a-debugger.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=3183547" width="1" height="1"&gt;</description><category domain="http://blogs.iis.net/mvolo/archive/tags/IIS/default.aspx">IIS</category><category domain="http://blogs.iis.net/mvolo/archive/tags/troubleshooting/default.aspx">troubleshooting</category><category domain="http://blogs.iis.net/mvolo/archive/tags/Debugging/default.aspx">Debugging</category></item><item><title>Using Visual Studio 2008 with IIS 7.0</title><link>http://blogs.iis.net/mvolo/archive/2008/03/12/using-visual-studio-2008-with-iis-7-0.aspx</link><pubDate>Wed, 12 Mar 2008 23:44:00 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:2229407</guid><dc:creator>mvolo</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.iis.net/mvolo/rsscomments.aspx?PostID=2229407</wfw:commentRss><comments>http://blogs.iis.net/mvolo/archive/2008/03/12/using-visual-studio-2008-with-iis-7-0.aspx#comments</comments><description>&lt;P&gt;In the past, I've blogged&amp;nbsp;a number of times about using Visual Studio to develop and debug IIS 7.0 applications. &lt;/P&gt;
&lt;P&gt;I am happy to say that Visual Studio 2008 has added a number of improvements to work better with IIS 7.0, making it a lot easier to use it to develop, deploy, and debug those applications both locally and on remote IIS 7.0 servers.&lt;/P&gt;
&lt;P&gt;To help you get started with using Visual Studio 2008 to work with IIS 7.0 applications, I put together a new iis.net article precisely on the subject.&amp;nbsp; Learn more about it at &lt;A href="http://mvolo.com/blogs/serverside/archive/2008/03/12/Using-Visual-Studio-2008-with-IIS-7.0.aspx" mce_href="http://mvolo.com/blogs/serverside/archive/2008/03/12/Using-Visual-Studio-2008-with-IIS-7.0.aspx"&gt;http://mvolo.com/blogs/serverside/archive/2008/03/12/Using-Visual-Studio-2008-with-IIS-7.0.aspx&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Mike&lt;/P&gt;&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=2229407" width="1" height="1"&gt;</description><category domain="http://blogs.iis.net/mvolo/archive/tags/IIS7/default.aspx">IIS7</category><category domain="http://blogs.iis.net/mvolo/archive/tags/development/default.aspx">development</category><category domain="http://blogs.iis.net/mvolo/archive/tags/Debugging/default.aspx">Debugging</category><category domain="http://blogs.iis.net/mvolo/archive/tags/VisualStudio/default.aspx">VisualStudio</category></item><item><title>At last, Visual Studio patch for F5 debugging on Windows Vista has been released </title><link>http://blogs.iis.net/mvolo/archive/2007/06/20/at-last-visual-studio-patch-for-f5-debugging-on-windows-vista-has-been-released.aspx</link><pubDate>Thu, 21 Jun 2007 00:12:00 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1764925</guid><dc:creator>mvolo</dc:creator><slash:comments>4</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.iis.net/mvolo/rsscomments.aspx?PostID=1764925</wfw:commentRss><comments>http://blogs.iis.net/mvolo/archive/2007/06/20/at-last-visual-studio-patch-for-f5-debugging-on-windows-vista-has-been-released.aspx#comments</comments><description>&lt;P mce_keep="true"&gt;&lt;STRONG&gt;A Visual Studio patch that fixes the Visual Studio F5 debugging of IIS7 applications on Windows Vista Home Premium and above has been released!&lt;/STRONG&gt;&amp;nbsp; &lt;BR&gt;&lt;BR&gt;This patch solves the "An authentication error occurred while communicating with the web server.&amp;nbsp; Please see Help for assistance.", and "Debugging failed because integrated Windows authentication is not enabled.&amp;nbsp; Please see Help for assistance" errors, that until now had to be worked around using the instructions in my previous post on this matter.&lt;BR&gt;&lt;BR&gt;Read more and get the patch information from&amp;nbsp;my older post on this subject,&amp;nbsp;&lt;A href="http://mvolo.com/blogs/serverside/archive/2006/12/28/Fix-problems-with-Visual-Studio-F5-debugging-of-ASP.NET-applications-on-IIS7-Vista.aspx" mce_href="http://mvolo.com/blogs/serverside/archive/2006/12/28/Fix-problems-with-Visual-Studio-F5-debugging-of-ASP.NET-applications-on-IIS7-Vista.aspx"&gt;Fix problems with Visual Studio F5 debugging of ASP.NET applications on IIS7 Vista&lt;/A&gt;.&lt;/P&gt;&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=1764925" width="1" height="1"&gt;</description><category domain="http://blogs.iis.net/mvolo/archive/tags/IIS7/default.aspx">IIS7</category><category domain="http://blogs.iis.net/mvolo/archive/tags/Debugging/default.aspx">Debugging</category><category domain="http://blogs.iis.net/mvolo/archive/tags/IIS+News+Item/default.aspx">IIS News Item</category><category domain="http://blogs.iis.net/mvolo/archive/tags/VisualStudio/default.aspx">VisualStudio</category></item><item><title>Troubleshoot 503 Service Unavailable errors with start-up debugging</title><link>http://blogs.iis.net/mvolo/archive/2007/05/19/troubleshoot-503-service-unavailable-errors-with-start-up-debugging.aspx</link><pubDate>Sat, 19 May 2007 16:52:00 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1715862</guid><dc:creator>mvolo</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.iis.net/mvolo/rsscomments.aspx?PostID=1715862</wfw:commentRss><comments>http://blogs.iis.net/mvolo/archive/2007/05/19/troubleshoot-503-service-unavailable-errors-with-start-up-debugging.aspx#comments</comments><description>&lt;DIV class=BlogPostContent minmax_bound="true"&gt;In a previous post titled&amp;nbsp;&lt;A href="http://mvolo.com/blogs/serverside/archive/2006/10/19/Where-did-my-IIS7-server-go_3F00_-Troubleshooting-_2200_service-unavailable_2200_-errors.aspx" minmax_bound="true"&gt;Where did my IIS7 server go? Troubleshooting "service unavailable" errors&lt;/A&gt;, I covered the basic steps for dealing with 503 Service Unavailable errors on IIS7.&lt;BR minmax_bound="true"&gt;&lt;BR minmax_bound="true"&gt;This post dives deeper into debugging the IIS worker process to get to the bottom of particularly difficult crashes occurring during IIS worker process initialization, where the process goes away before you can debug it with normal means.&lt;BR minmax_bound="true"&gt;&lt;BR minmax_bound="true"&gt;Read more at &lt;A href="http://mvolo.com/blogs/serverside/archive/2007/05/19/Troubleshooting-IIS7-503-_2200_Service-unavailable_2200_-errors-with-startup-debugging.aspx" minmax_bound="true"&gt;http://mvolo.com/blogs/serverside/archive/2007/05/19/Troubleshooting-IIS7-503-_2200_Service-unavailable_2200_-errors-with-startup-debugging.aspx&lt;/A&gt;. &lt;/DIV&gt;&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=1715862" width="1" height="1"&gt;</description><category domain="http://blogs.iis.net/mvolo/archive/tags/IIS7/default.aspx">IIS7</category><category domain="http://blogs.iis.net/mvolo/archive/tags/troubleshooting/default.aspx">troubleshooting</category><category domain="http://blogs.iis.net/mvolo/archive/tags/Debugging/default.aspx">Debugging</category></item><item><title>Fix problems with Visual Studio F5 debugging of ASP.NET applications on IIS7 Vista</title><link>http://blogs.iis.net/mvolo/archive/2006/12/28/fix-problems-with-visual-studio-f5-debugging-of-asp-net-applications-on-iis7-vista.aspx</link><pubDate>Fri, 29 Dec 2006 01:39:00 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1511823</guid><dc:creator>mvolo</dc:creator><slash:comments>2</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.iis.net/mvolo/rsscomments.aspx?PostID=1511823</wfw:commentRss><comments>http://blogs.iis.net/mvolo/archive/2006/12/28/fix-problems-with-visual-studio-f5-debugging-of-asp-net-applications-on-iis7-vista.aspx#comments</comments><description>A number of people have been reporting problems when trying to debug their ASP.NET applications on Windows Vista with Visual Studio 2005 F5 debugging support.  There are a handful of posts about trying to get this to work in various ways ... most of which are missing key information needed to *really* get it to work.&lt;BR&gt;&lt;BR&gt;Hopefully this will be the *definitive* guide to enabling F5 debugging on Vista / IIS7.&lt;BR&gt;&lt;BR&gt;Read the details at &lt;A href="http://mvolo.com/blogs/serverside/archive/2006/12/28/Fix-problems-with-Visual-Studio-F5-debugging-of-ASP.NET-applications-on-IIS7-Vista.aspx"&gt;http://mvolo.com/blogs/serverside/archive/2006/12/28/Fix-problems-with-Visual-Studio-F5-debugging-of-ASP.NET-applications-on-IIS7-Vista.aspx&lt;/A&gt;.&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=1511823" width="1" height="1"&gt;</description><category domain="http://blogs.iis.net/mvolo/archive/tags/IIS7/default.aspx">IIS7</category><category domain="http://blogs.iis.net/mvolo/archive/tags/ASP.NET/default.aspx">ASP.NET</category><category domain="http://blogs.iis.net/mvolo/archive/tags/development/default.aspx">development</category><category domain="http://blogs.iis.net/mvolo/archive/tags/Debugging/default.aspx">Debugging</category><category domain="http://blogs.iis.net/mvolo/archive/tags/IIS+News+Item/default.aspx">IIS News Item</category></item></channel></rss>