<?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: Classic ASP and Server.GetLastError in IIS7</title>
	<atom:link href="http://www.tacticaltechnique.com/web-development/classic-asp-getlasterror-in-iis7/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tacticaltechnique.com/web-development/classic-asp-getlasterror-in-iis7/</link>
	<description>Web Development Observations and Asides by Corey Salzano</description>
	<lastBuildDate>Mon, 30 Aug 2010 07:07:34 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Corey</title>
		<link>http://www.tacticaltechnique.com/web-development/classic-asp-getlasterror-in-iis7/comment-page-1/#comment-18706</link>
		<dc:creator>Corey</dc:creator>
		<pubDate>Sat, 02 Jan 2010 15:03:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.tacticaltechnique.com/?p=459#comment-18706</guid>
		<description>Thanks for the tip on 500.100. I will give it a shot.</description>
		<content:encoded><![CDATA[<p>Thanks for the tip on 500.100. I will give it a shot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon</title>
		<link>http://www.tacticaltechnique.com/web-development/classic-asp-getlasterror-in-iis7/comment-page-1/#comment-18669</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Sat, 02 Jan 2010 09:05:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.tacticaltechnique.com/?p=459#comment-18669</guid>
		<description>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;configuration&gt; &lt;system.webServer&gt;  &lt;httpErrors&gt;   &lt;remove statusCode=&quot;500&quot; subStatusCode=&quot;100&quot; /&gt;   &lt;error statusCode=&quot;500&quot; subStatusCode=&quot;100&quot; prefixLanguageFilePath=&quot;&quot; path=&quot;/error-500.asp&quot; responseMode=&quot;ExecuteURL&quot; /&gt;  &lt;/httpErrors&gt;   &lt;/system.webServer&gt;&lt;/configuration&gt;</description>
		<content:encoded><![CDATA[<p>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;configuration&gt; &lt;system.webServer&gt;  &lt;httpErrors&gt;   &lt;remove statusCode=&quot;500&quot; subStatusCode=&quot;100&quot; /&gt;   &lt;error statusCode=&quot;500&quot; subStatusCode=&quot;100&quot; prefixLanguageFilePath=&quot;&quot; path=&quot;/error-500.asp&quot; responseMode=&quot;ExecuteURL&quot; /&gt;  &lt;/httpErrors&gt;   &lt;/system.webServer&gt;&lt;/configuration&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon</title>
		<link>http://www.tacticaltechnique.com/web-development/classic-asp-getlasterror-in-iis7/comment-page-1/#comment-18665</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Sat, 02 Jan 2010 08:49:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.tacticaltechnique.com/?p=459#comment-18665</guid>
		<description>&quot;The real solution is to go to the Error Pages in IIS7, click Add… and add a handler for error code 500.100 and point that to /error.asp&quot;

Can this be done from web.config file?</description>
		<content:encoded><![CDATA[<p>&#8220;The real solution is to go to the Error Pages in IIS7, click Add… and add a handler for error code 500.100 and point that to /error.asp&#8221;</p>
<p>Can this be done from web.config file?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ares</title>
		<link>http://www.tacticaltechnique.com/web-development/classic-asp-getlasterror-in-iis7/comment-page-1/#comment-17514</link>
		<dc:creator>ares</dc:creator>
		<pubDate>Sun, 20 Dec 2009 04:29:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.tacticaltechnique.com/?p=459#comment-17514</guid>
		<description>Adding handler for error code 500.100 and point that to /error.asp. ... Thats works great for me . 

Thanks</description>
		<content:encoded><![CDATA[<p>Adding handler for error code 500.100 and point that to /error.asp. &#8230; Thats works great for me . </p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rowdy</title>
		<link>http://www.tacticaltechnique.com/web-development/classic-asp-getlasterror-in-iis7/comment-page-1/#comment-12484</link>
		<dc:creator>Rowdy</dc:creator>
		<pubDate>Tue, 03 Nov 2009 09:46:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.tacticaltechnique.com/?p=459#comment-12484</guid>
		<description>This is a work-around.
The real solution is to go to the Error Pages in IIS7, click Add... and add a handler for error code 500.100 and point that to /error.asp.</description>
		<content:encoded><![CDATA[<p>This is a work-around.<br />
The real solution is to go to the Error Pages in IIS7, click Add&#8230; and add a handler for error code 500.100 and point that to /error.asp.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rick</title>
		<link>http://www.tacticaltechnique.com/web-development/classic-asp-getlasterror-in-iis7/comment-page-1/#comment-8217</link>
		<dc:creator>rick</dc:creator>
		<pubDate>Thu, 27 Aug 2009 07:14:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.tacticaltechnique.com/?p=459#comment-8217</guid>
		<description>It worked.  I wonder why edit feature settings works differently than doubleclicking the script.</description>
		<content:encoded><![CDATA[<p>It worked.  I wonder why edit feature settings works differently than doubleclicking the script.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
