<?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 : troubleshooting</title><link>http://blogs.iis.net/mvolo/archive/tags/troubleshooting/default.aspx</link><description>Tags: troubleshooting</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>Workaround for using IIS 7 url authorization with ASP.NET roles</title><link>http://blogs.iis.net/mvolo/archive/2009/05/11/workaround-for-using-iis-7-url-authorization-with-asp-net-roles.aspx</link><pubDate>Tue, 12 May 2009 03:33:00 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:3177018</guid><dc:creator>IIS 7.0 Server-Side : IIS</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.iis.net/mvolo/rsscomments.aspx?PostID=3177018</wfw:commentRss><comments>http://blogs.iis.net/mvolo/archive/2009/05/11/workaround-for-using-iis-7-url-authorization-with-asp-net-roles.aspx#comments</comments><description>When using the IIS 7.0 Integrated pipeline, you gain access to a ton of cool scenarios where IIS and ASP.NET features work together to provide value for your application &amp;ndash; regardless of the application content. Most of these features involve using...(&lt;a href="http://blogs.iis.net/mvolo/archive/2009/05/11/workaround-for-using-iis-7-url-authorization-with-asp-net-roles.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=3177018" 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/IIS/default.aspx">IIS</category><category domain="http://blogs.iis.net/mvolo/archive/tags/troubleshooting/default.aspx">troubleshooting</category></item><item><title>When to restart IIS when making changes to your application</title><link>http://blogs.iis.net/mvolo/archive/2008/09/12/when-to-restart-iis-when-making-changes-to-your-application.aspx</link><pubDate>Fri, 12 Sep 2008 06:02:00 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:2617230</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=2617230</wfw:commentRss><comments>http://blogs.iis.net/mvolo/archive/2008/09/12/when-to-restart-iis-when-making-changes-to-your-application.aspx#comments</comments><description>Knowing when to restart IIS to pick up various types of changes to your application has traditionally been a challenge. IIS and ASP.NET are both stateful software systems, which heavily rely on cached state that is loaded once to provide high performance...(&lt;a href="http://blogs.iis.net/mvolo/archive/2008/09/12/when-to-restart-iis-when-making-changes-to-your-application.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=2617230" 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/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/development/default.aspx">development</category><category domain="http://blogs.iis.net/mvolo/archive/tags/AppCmd/default.aspx">AppCmd</category></item><item><title>Trace IIS 7.0 Errors Like a Pro with Failed Request Tracing</title><link>http://blogs.iis.net/mvolo/archive/2008/08/01/trace-iis-7-0-errors-like-a-pro-with-failed-request-tracing.aspx</link><pubDate>Fri, 01 Aug 2008 04:25:00 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:2529692</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=2529692</wfw:commentRss><comments>http://blogs.iis.net/mvolo/archive/2008/08/01/trace-iis-7-0-errors-like-a-pro-with-failed-request-tracing.aspx#comments</comments><description>When dealing with hard to find IIS 7.0 errors, I break out the trusty Failed Request Tracing. My favorite way of doing this is through the command line...( read more ) Read More......(&lt;a href="http://blogs.iis.net/mvolo/archive/2008/08/01/trace-iis-7-0-errors-like-a-pro-with-failed-request-tracing.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=2529692" 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/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/AppCmd/default.aspx">AppCmd</category><category domain="http://blogs.iis.net/mvolo/archive/tags/Tools/default.aspx">Tools</category></item><item><title>Starting, stopping and recycling IIS 7.0 Web sites and application pools</title><link>http://blogs.iis.net/mvolo/archive/2008/02/25/starting-stopping-and-recycling-iis-7-0-web-sites-and-application-pools.aspx</link><pubDate>Tue, 26 Feb 2008 05:12:00 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:2195519</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=2195519</wfw:commentRss><comments>http://blogs.iis.net/mvolo/archive/2008/02/25/starting-stopping-and-recycling-iis-7-0-web-sites-and-application-pools.aspx#comments</comments><description>&lt;P mce_keep="true"&gt;When working with your IIS 7.0 server, you'll often need to start and stop IIS 7.0 Web sites and start, stop, or recycle IIS 7.0 application pools.&amp;nbsp; Unfortunately, often people don't fully understand what these actions mean and how to properly use them.&lt;/P&gt;
&lt;P mce_keep="true"&gt;For the complete low-down on what it all means and how to carry out these tasks, go on to &lt;A href="http://mvolo.com/blogs/serverside/archive/2008/02/25/Starting_2C00_-stopping-and-recycling-IIS-7.0-Web-sites-and-application-pools.aspx"&gt;http://mvolo.com/blogs/serverside/archive/2008/02/25/Starting_2C00_-stopping-and-recycling-IIS-7.0-Web-sites-and-application-pools.aspx&lt;/A&gt;.&lt;/P&gt;
&lt;P mce_keep="true"&gt;Thanks,&lt;/P&gt;
&lt;P mce_keep="true"&gt;Mike&lt;/P&gt;&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=2195519" 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></item><item><title>Improved PortCheck 2.0 to diagnose IIS service connectivity problems</title><link>http://blogs.iis.net/mvolo/archive/2008/01/23/improved-portcheck-2-0-to-diagnose-iis-service-connectivity-problems.aspx</link><pubDate>Thu, 24 Jan 2008 04:16:00 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:2129153</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=2129153</wfw:commentRss><comments>http://blogs.iis.net/mvolo/archive/2008/01/23/improved-portcheck-2-0-to-diagnose-iis-service-connectivity-problems.aspx#comments</comments><description>&lt;P class=MsoNormal style="MARGIN: 0in 0in 10pt"&gt;&lt;FONT face=Calibri size=3&gt;Due to demand for the &lt;/FONT&gt;&lt;A href="http://mvolo.com/blogs/serverside/pages/Check-network-service-connectivity-with-PortChecker-tool.aspx" target=_blank&gt;&lt;FONT face=Calibri size=3&gt;original PortCheck tool&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Calibri size=3&gt;, I decided to release the updated version that I myself have been using that has a few more features to help diagnose connectivity issues.&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 10pt"&gt;&lt;FONT face=Calibri size=3&gt;Download the tool, source code, and find out more about diagnosing IIS connectivity issues at &lt;A href="http://mvolo.com/blogs/serverside/archive/2008/01/23/Check-IIS-network-connectivity-with-PortCheck-v2.0.aspx"&gt;http://mvolo.com/blogs/serverside/archive/2008/01/23/Check-IIS-network-connectivity-with-PortCheck-v2.0.aspx&lt;/A&gt;.&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 10pt"&gt;&lt;FONT face=Calibri size=3&gt;Thanks,&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 10pt"&gt;&lt;FONT face=Calibri size=3&gt;Mike&lt;/FONT&gt;&lt;/P&gt;&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=2129153" 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/Goodies/default.aspx">Goodies</category><category domain="http://blogs.iis.net/mvolo/archive/tags/Tools/default.aspx">Tools</category></item><item><title>IIS 7.0 health model published</title><link>http://blogs.iis.net/mvolo/archive/2007/12/11/iis-7-0-health-model-published.aspx</link><pubDate>Wed, 12 Dec 2007 06:53:00 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:2054517</guid><dc:creator>mvolo</dc:creator><slash:comments>10</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.iis.net/mvolo/rsscomments.aspx?PostID=2054517</wfw:commentRss><comments>http://blogs.iis.net/mvolo/archive/2007/12/11/iis-7-0-health-model-published.aspx#comments</comments><description>&lt;P&gt;The IIS 7.0 health model (Windows speak for known diagnostical and failure conditions experienced by software) has just been pubished on TechNet.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The health model is primarily a list of event log events that are raised by various IIS subsystems, including WAS (technically WPAS now, for Windows Process Activation Service), the IIS worker process, Web Publishing Service (W3SVC), etc.&lt;/P&gt;
&lt;P mce_keep="true"&gt;Read more here: &lt;A href="http://mvolo.com/blogs/serverside/archive/2007/12/12/IIS-7.0-health-model-published.aspx"&gt;http://mvolo.com/blogs/serverside/archive/2007/12/12/IIS-7.0-health-model-published.aspx&lt;/A&gt;.&lt;/P&gt;
&lt;P mce_keep="true"&gt;Thanks,&lt;/P&gt;
&lt;P mce_keep="true"&gt;Mike&lt;/P&gt;&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=2054517" 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></item><item><title>Troubleshoot IIS7 errors like a pro</title><link>http://blogs.iis.net/mvolo/archive/2007/07/26/troubleshoot-iis7-errors-like-a-pro.aspx</link><pubDate>Fri, 27 Jul 2007 04:43:00 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1826469</guid><dc:creator>mvolo</dc:creator><slash:comments>3</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.iis.net/mvolo/rsscomments.aspx?PostID=1826469</wfw:commentRss><comments>http://blogs.iis.net/mvolo/archive/2007/07/26/troubleshoot-iis7-errors-like-a-pro.aspx#comments</comments><description>&lt;P mce_keep="true"&gt;Dealing with server errors can be frustrating.&amp;nbsp; Thankfully, IIS7 comes with many improvements to help diagnose errors when they occur, and help resolve them - however, its important that you know how to property use these capabilities.&amp;nbsp; &lt;BR&gt;&lt;BR&gt;This post gives you what you need to know to troubleshoot IIS7 errors like a pro.&lt;BR&gt;&lt;BR&gt;Read all about it at &lt;A href="http://mvolo.com/blogs/serverside/archive/2007/07/26/Troubleshoot-IIS7-errors-like-a-pro.aspx" mce_href="http://mvolo.com/blogs/serverside/archive/2007/07/26/Troubleshoot-IIS7-errors-like-a-pro.aspx"&gt;http://mvolo.com/blogs/serverside/archive/2007/07/26/Troubleshoot-IIS7-errors-like-a-pro.aspx&lt;/A&gt;.&lt;/P&gt;&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=1826469" 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/IIS+News+Item/default.aspx">IIS News Item</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>Where did my IIS7 server go? Troubleshooting "service unavailable" errors</title><link>http://blogs.iis.net/mvolo/archive/2006/10/19/Where-did-my-IIS7-server-go_3F00_-Troubleshooting-_2200_service-unavailable_2200_-errors.aspx</link><pubDate>Thu, 19 Oct 2006 09:00:00 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1433853</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=1433853</wfw:commentRss><comments>http://blogs.iis.net/mvolo/archive/2006/10/19/Where-did-my-IIS7-server-go_3F00_-Troubleshooting-_2200_service-unavailable_2200_-errors.aspx#comments</comments><description>In the previous post, I covered the &amp;ldquo;server not found&amp;rdquo; error that is a common and frustrating problem that may occur for a number of reasons after a configuration change, or when deploying a new server machine.&amp;nbsp; Another common &amp;ldquo;what the hell just happened&amp;rdquo; error is the plain 503 &amp;ldquo;service available&amp;rdquo; error.&amp;nbsp; In this post we&amp;#39;ll look at why this error happens, and how to fix it. &lt;br /&gt;&lt;br /&gt;Read about it here - &lt;a href="http://mvolo.com/2006/10/19/where-did-my-iis7-server-go-troubleshooting-service-unavailable-errors.aspx"&gt;http://mvolo.com/2006/10/19/where-did-my-iis7-server-go-troubleshooting-service-unavailable-errors.aspx&lt;/a&gt;.&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=1433853" 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></item><item><title>Where did my IIS7 server go? Troubleshooting guide for those pesky "server not found" and "service unavailable" errors</title><link>http://blogs.iis.net/mvolo/archive/2006/10/17/Where-did-my-IIS7-server-go_3F00_-Troubleshooting-guide-for-those-pesky-_2200_server-not-found_2200_-and-_2200_service-unavailable_2200_-errors.aspx</link><pubDate>Wed, 18 Oct 2006 01:53:00 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1432146</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=1432146</wfw:commentRss><comments>http://blogs.iis.net/mvolo/archive/2006/10/17/Where-did-my-IIS7-server-go_3F00_-Troubleshooting-guide-for-those-pesky-_2200_server-not-found_2200_-and-_2200_service-unavailable_2200_-errors.aspx#comments</comments><description>&amp;nbsp; &lt;p class="MsoNormal" style="margin:0in 0in 0pt;"&gt;&lt;font size="2"&gt;&lt;font face="Arial"&gt;Sometimes, after provisioning a new machine, or making some configuration changes, you may find that your IIS server has gone completely missing without so much as leaving you a note.&lt;span&gt;&amp;nbsp; &lt;/span&gt;As you desperately try to bring up your site, your browser connection times out with &amp;ldquo;server not found&amp;rdquo; or, slightly better, you get the plain 503 &amp;ldquo;service unavailable&amp;rdquo; error.&lt;span&gt;&amp;nbsp; &lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin:0in 0in 0pt;"&gt;&lt;font face="Arial" size="2"&gt;&amp;nbsp;&lt;/font&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin:0in 0in 0pt;"&gt;&lt;font face="Arial" size="2"&gt;In these cases, a lot of the instrumentation you typically have at your disposal with application failures is not available to help you fix the problem.&lt;span&gt;&amp;nbsp; &lt;/span&gt;But, not to worry - the solution is usually only a few steps away.&lt;span&gt;&amp;nbsp; &lt;/span&gt;The step-by-step instructions below should help you figure out what&amp;rsquo;s wrong in minutes.&lt;/font&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin:0in 0in 0pt;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="MsoNormal" style="margin:0in 0in 0pt;"&gt;Read more here - &lt;a href="http://mvolo.com/2006/10/16/where-did-my-iis7-server-go-troubleshooting-guide-for-those-pesky-server-not-found-and-service-unavailable-errors.aspx"&gt;http://mvolo.com/2006/10/16/where-did-my-iis7-server-go-troubleshooting-guide-for-those-pesky-server-not-found-and-service-unavailable-errors.aspx&lt;/a&gt;.&lt;/p&gt;&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=1432146" 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></item></channel></rss>