<?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/"
	xmlns:series="http://unfoldingneurons.com/"
	>

<channel>
	<title>Fpweb.net Blog - For What I.T.&#039;s Worth &#187; troubleshooting</title>
	<atom:link href="http://blog.fpweb.net/tag/troubleshooting/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.fpweb.net</link>
	<description>Official Blog of the SharePoint Hosting Pioneer™ - Fpweb.net</description>
	<lastBuildDate>Thu, 09 Sep 2010 10:06:50 +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>Troubleshooting the SharePoint “File not found” Error</title>
		<link>http://blog.fpweb.net/troubleshooting-sharepoint-file-not-found-error/</link>
		<comments>http://blog.fpweb.net/troubleshooting-sharepoint-file-not-found-error/#comments</comments>
		<pubDate>Mon, 13 Apr 2009 10:48:08 +0000</pubDate>
		<dc:creator>Andy Milsark</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SharePoint Server]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[.net help]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[file not found]]></category>
		<category><![CDATA[SharePoint Help]]></category>
		<category><![CDATA[troubleshooting]]></category>

		<guid isPermaLink="false">http://blog.fpweb.net/?p=693</guid>
		<description><![CDATA[Have you ever come across a &#8220;File Not Found&#8221; error when accessing some part of your WSS 3.0 or MOSS 2007 portal? So have I. There are some modifications that the farm administrator can make to the web application&#8217;s web.config file to show more information about the error. Follow these steps: Navigate Here: C:\inetpub\wwroot\wss\Virtual Directories\&#60;your [...]]]></description>
			<content:encoded><![CDATA[<p>Have you ever come across a &#8220;File Not Found&#8221; error when accessing some part of your <a href="http://www.fpweb.net/sharepoint-hosting/" target="_blank">WSS 3.0</a> or <a href="http://www.fpweb.net/moss-hosting/" target="_blank">MOSS 2007</a> portal? So have I. There are some modifications that the farm administrator can make to the web application&#8217;s<strong><em> web.config </em></strong>file to show more information about the error.</p>
<p><span id="more-693"></span></p>
<p><strong>Follow these steps:</strong></p>
<ol>
<li>Navigate Here: <br /><code>C:\inetpub\wwroot\wss\Virtual Directories\&lt;<em>your web app's virtual directory</em>&gt;</code>
<ol type="a">
<li>You can also open IIS</li>
<li>Expand Sites</li>
<li>Right click on your <a href="http://www.fpweb.net" target="_blank">SharePoint</a> site</li>
<li>Choose explore</li>
<li><em>proceed to step 2</em></li>
</ol>
</li>
<li>Copy and paste the web.config file (making a backup)</li>
<li>Open web.config using notepad</li>
<li>Search for &#8220;CallStack&#8221; , set this equal to true</li>
<li>Search for &#8220;Custom&#8221;, set the customerrors = &#8220;Off&#8221;</li>
<li>Save the web.config file and refresh your page in the browser</li>
</ol>
<p><strong>You should now see what the error actually is.</strong> Many times it is a web part assembly reference missing from the web.config or something similar.</p>
<p>This should at least give you a more precise troubleshooting starting point. Remember to turn CustomErrors back &#8220;On&#8221; in the web.config after fixing the issue so that your end users won&#8217;t see an ugly Asp.Net error if this happens again.</p>
<p><strong>Thanks for reading and stay tuned for more <a href="http://blog.fpweb.net/series/sharepoint-tidbits-from-the-trenches/">Sharepoint Tidbits from the Trenches</a>.</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fpweb.net/troubleshooting-sharepoint-file-not-found-error/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
	</channel>
</rss>
