<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: FileNot Found exception &#8211; Application_Error event in Global.asax</title>
	<atom:link href="http://www.dotnetthoughts.net/2010/07/28/filenot-found-exception-application_error-event-in-global-asax/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dotnetthoughts.net/2010/07/28/filenot-found-exception-application_error-event-in-global-asax/</link>
	<description>a dotnet developer&#039;s technical blog</description>
	<lastBuildDate>Thu, 09 Feb 2012 09:26:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: shailesh</title>
		<link>http://www.dotnetthoughts.net/2010/07/28/filenot-found-exception-application_error-event-in-global-asax/#comment-507</link>
		<dc:creator>shailesh</dc:creator>
		<pubDate>Fri, 08 Apr 2011 08:52:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.dotnetthoughts.net/?p=1017#comment-507</guid>
		<description>void Application_Error(object sender, EventArgs e) { Exception err = Server.GetLastError(); //Insert a break point and run in debug mode. string fileName = Context.Request.FilePath;  Application[&quot;UnhandledException&quot;] = err; } 


Above code will never show the detail of that exception if you dont know then you should not write anything here .. but atleast you should not make fool to people</description>
		<content:encoded><![CDATA[<p>void Application_Error(object sender, EventArgs e) { Exception err = Server.GetLastError(); //Insert a break point and run in debug mode. string fileName = Context.Request.FilePath;  Application["UnhandledException"] = err; } </p>
<p>Above code will never show the detail of that exception if you dont know then you should not write anything here .. but atleast you should not make fool to people</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joseph Ghassan</title>
		<link>http://www.dotnetthoughts.net/2010/07/28/filenot-found-exception-application_error-event-in-global-asax/#comment-433</link>
		<dc:creator>Joseph Ghassan</dc:creator>
		<pubDate>Sun, 31 Oct 2010 05:30:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dotnetthoughts.net/?p=1017#comment-433</guid>
		<description>Nice Tip !</description>
		<content:encoded><![CDATA[<p>Nice Tip !</p>
]]></content:encoded>
	</item>
</channel>
</rss>

