<?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>A R U N &#187; Detailed errors in Windows 2008</title>
	<atom:link href="http://a-r-u-n.com/b/index.php/tag/detailed-errors-in-windows-2008/feed/" rel="self" type="application/rss+xml" />
	<link>http://a-r-u-n.com/b</link>
	<description>....God&#039;s own website....</description>
	<lastBuildDate>Thu, 24 Feb 2011 15:25:44 +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>Display detailed errors in IIS 7 &#8211; Windows 2008</title>
		<link>http://a-r-u-n.com/b/index.php/2009/09/display-detailed-errors-in-iis-7-windows-2008/</link>
		<comments>http://a-r-u-n.com/b/index.php/2009/09/display-detailed-errors-in-iis-7-windows-2008/#comments</comments>
		<pubDate>Thu, 03 Sep 2009 15:12:41 +0000</pubDate>
		<dc:creator>Arun</dc:creator>
				<category><![CDATA[Windows Server 2008]]></category>
		<category><![CDATA[Detailed errors in Windows 2008]]></category>

		<guid isPermaLink="false">http://a-r-u-n.com/b/?p=50</guid>
		<description><![CDATA[In Windows server 2008, displaying detailed error is disabled by default. To enable this please follow this steps- 1. Open web.config file located under domain root (possibly under wwwroot if helm/DNP, httpdocs if plesk). 2. Look for the lines (esp at last)- &#60;/handlers&#62; &#60;/system.webServer&#62; &#60;/configuration&#62; after  &#60;/handlers&#62;  press enter and add the following line &#60;httpErrors [...]]]></description>
			<content:encoded><![CDATA[<p><strong>In Windows server 2008, displaying detailed error is disabled by default. To enable this please follow this steps-</strong></p>
<p>1. Open web.config file located under domain root (possibly under wwwroot if helm/DNP, httpdocs if plesk).<br />
2. Look for the lines (esp at last)-<br />
&lt;/handlers&gt;<br />
&lt;/system.webServer&gt;<br />
&lt;/configuration&gt;</p>
<p>after  &lt;/handlers&gt;  press enter and add the following line</p>
<p>&lt;httpErrors errorMode=&#8221;Detailed&#8221;/&gt;</p>
<p>After adding should look like-</p>
<p>&lt;/handlers&gt;<br />
&lt;httpErrors errorMode=&#8221;Detailed&#8221;/&gt;<br />
&lt;/system.webServer&gt;<br />
&lt;/configuration&gt;<br />
Save the file and now you will be able to see the detailed error.</p>
]]></content:encoded>
			<wfw:commentRss>http://a-r-u-n.com/b/index.php/2009/09/display-detailed-errors-in-iis-7-windows-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

