<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.hostek.com/index.php?action=history&amp;feed=atom&amp;title=ASP.NET_Custom_Error_Pages</id>
		<title>ASP.NET Custom Error Pages - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.hostek.com/index.php?action=history&amp;feed=atom&amp;title=ASP.NET_Custom_Error_Pages"/>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/index.php?title=ASP.NET_Custom_Error_Pages&amp;action=history"/>
		<updated>2026-04-15T02:49:24Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.24.2</generator>

	<entry>
		<id>https://wiki.hostek.com/index.php?title=ASP.NET_Custom_Error_Pages&amp;diff=783&amp;oldid=prev</id>
		<title>Carlb: Created page with &quot;==Disabling ASP.NET Customer Error Pages== To disable custom error pages for ASP.NET you'll need to add the following to your web.config file:  &lt;pre&gt; &lt;!-- Web.Config Configura...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/index.php?title=ASP.NET_Custom_Error_Pages&amp;diff=783&amp;oldid=prev"/>
				<updated>2012-11-22T09:09:04Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;==Disabling ASP.NET Customer Error Pages== To disable custom error pages for ASP.NET you&amp;#039;ll need to add the following to your web.config file:  &amp;lt;pre&amp;gt; &amp;lt;!-- Web.Config Configura...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==Disabling ASP.NET Customer Error Pages==&lt;br /&gt;
To disable custom error pages for ASP.NET you'll need to add the following to your web.config file:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;!-- Web.Config Configuration File --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;configuration&amp;gt;&lt;br /&gt;
&amp;lt;system.web&amp;gt;&lt;br /&gt;
&amp;lt;customErrors mode=&amp;quot;Off&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;/system.web&amp;gt;&lt;br /&gt;
&amp;lt;/configuration&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt; &lt;br /&gt;
&lt;br /&gt;
[[Category:ASP.Net_Tutorials]]&lt;/div&gt;</summary>
		<author><name>Carlb</name></author>	</entry>

	</feed>