<?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>Phil Hunter &#187; unexpected</title>
	<atom:link href="http://blog.philhunter.com/tag/unexpected/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.philhunter.com</link>
	<description>Mac, Linux and everthing else!</description>
	<lastBuildDate>Tue, 01 Jun 2010 20:22:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>SharePoint 2007 &#8211; An unexpected error has occurred</title>
		<link>http://blog.philhunter.com/2008/12/01/sharepoint-2007-an-unexpected-error-has-occurred/</link>
		<comments>http://blog.philhunter.com/2008/12/01/sharepoint-2007-an-unexpected-error-has-occurred/#comments</comments>
		<pubDate>Mon, 01 Dec 2008 13:59:23 +0000</pubDate>
		<dc:creator>phil</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[stacktrace]]></category>
		<category><![CDATA[unexpected]]></category>

		<guid isPermaLink="false">http://blog.philhunter.com/?p=18</guid>
		<description><![CDATA[Sometimes things can and do go wrong when working with WSS or SharePoint.  The first port of call should be the SharePoint Log files.
If this help then its a good idea to change the default behavour of the .NET web application to allow the application stack traces to be shown when the page fails to render.  [...]]]></description>
			<content:encoded><![CDATA[<p>Sometimes things can and do go wrong when working with WSS or SharePoint.  The first port of call should be the SharePoint Log files.</p>
<p>If this help then its a good idea to change the default behavour of the .NET web application to allow the application stack traces to be shown when the page fails to render.  Simply locate your web applications <strong>web.config</strong> file and make the following changes:</p>
<p style="text-align: left;"><strong>From:<br />
</strong><code>&lt;SafeMode MaxControls="200" CallStack="false" DirectFileDependencies="10" TotalFileDependencies="50" AllowPageLevelTrace="false"&gt;</code></p>
<p style="text-align: left;"><strong>To:<br />
</strong><code>&lt;SafeMode MaxControls="200" CallStack="<strong>true</strong>" DirectFileDependencies="10" TotalFileDependencies="50" AllowPageLevelTrace="false"&gt;</code></p>
<p>and also</p>
<p><strong>From:</strong><br />
<code>&lt;customErrors mode="On" /&gt;</code></p>
<p><strong>To:</strong><br />
<code>&lt;customErrors mode="<strong>Off</strong>" /&gt;</code></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.philhunter.com/2008/12/01/sharepoint-2007-an-unexpected-error-has-occurred/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
