<?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 with Corey Salzano</description>
	<lastBuildDate>Fri, 03 Feb 2012 02:45:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Ravi</title>
		<link>http://www.tacticaltechnique.com/web-development/classic-asp-getlasterror-in-iis7/#comment-75218</link>
		<dc:creator>Ravi</dc:creator>
		<pubDate>Tue, 24 Jan 2012 14:01:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.tacticaltechnique.com/?p=459#comment-75218</guid>
		<description>Hi,
Few days before I added handler for error code 500.100 and point that to my asp error page /SMGRError.asp but and for some errors Server.GetLastError() is still not working.
Please help me to fix this issue.Thanks, Ravi</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Few days before I added handler for error code 500.100 and point that to my asp error page /SMGRError.asp but and for some errors Server.GetLastError() is still not working.<br />
Please help me to fix this issue.Thanks, Ravi</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ravi</title>
		<link>http://www.tacticaltechnique.com/web-development/classic-asp-getlasterror-in-iis7/#comment-74665</link>
		<dc:creator>Ravi</dc:creator>
		<pubDate>Sun, 08 Jan 2012 18:36:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.tacticaltechnique.com/?p=459#comment-74665</guid>
		<description>“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”

That worked !!
Great.
Thanks a lot!</description>
		<content:encoded><![CDATA[<p>“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”</p>
<p>That worked !!<br />
Great.<br />
Thanks a lot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amit</title>
		<link>http://www.tacticaltechnique.com/web-development/classic-asp-getlasterror-in-iis7/#comment-63976</link>
		<dc:creator>Amit</dc:creator>
		<pubDate>Fri, 07 Oct 2011 13:47:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.tacticaltechnique.com/?p=459#comment-63976</guid>
		<description>500.100 worked !! Thanks a lot.</description>
		<content:encoded><![CDATA[<p>500.100 worked !! Thanks a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yes Yes Yes</title>
		<link>http://www.tacticaltechnique.com/web-development/classic-asp-getlasterror-in-iis7/#comment-61750</link>
		<dc:creator>Yes Yes Yes</dc:creator>
		<pubDate>Thu, 08 Sep 2011 08:04:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.tacticaltechnique.com/?p=459#comment-61750</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;

That worked !!
Great.</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>That worked !!<br />
Great.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: uwe</title>
		<link>http://www.tacticaltechnique.com/web-development/classic-asp-getlasterror-in-iis7/#comment-59779</link>
		<dc:creator>uwe</dc:creator>
		<pubDate>Sun, 14 Aug 2011 06:39:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.tacticaltechnique.com/?p=459#comment-59779</guid>
		<description>I updated my ASP application to IIS 7.0.6000, I edit a hanler for errors 500. The IIS jumps to this programm and writes all information in a text file. But everything like Line is null and not helpfull. What can I do? Please help!
Thanks from Austria</description>
		<content:encoded><![CDATA[<p>I updated my ASP application to IIS 7.0.6000, I edit a hanler for errors 500. The IIS jumps to this programm and writes all information in a text file. But everything like Line is null and not helpfull. What can I do? Please help!<br />
Thanks from Austria</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff V</title>
		<link>http://www.tacticaltechnique.com/web-development/classic-asp-getlasterror-in-iis7/#comment-57761</link>
		<dc:creator>Jeff V</dc:creator>
		<pubDate>Wed, 20 Jul 2011 21:47:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.tacticaltechnique.com/?p=459#comment-57761</guid>
		<description>Another thumbs-up for this solution.

My Hosting Provider had subStatusCode=&quot;-1&quot; in web.config.  I changed to subStatusCode=&quot;100&quot; and it worked!

THANK YOU!!!</description>
		<content:encoded><![CDATA[<p>Another thumbs-up for this solution.</p>
<p>My Hosting Provider had subStatusCode=&#8221;-1&#8243; in web.config.  I changed to subStatusCode=&#8221;100&#8243; and it worked!</p>
<p>THANK YOU!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andreas</title>
		<link>http://www.tacticaltechnique.com/web-development/classic-asp-getlasterror-in-iis7/#comment-54600</link>
		<dc:creator>Andreas</dc:creator>
		<pubDate>Tue, 07 Jun 2011 19:09:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.tacticaltechnique.com/?p=459#comment-54600</guid>
		<description>The 500.100 made it! Thanks to Rowdy.
Thanks to the original poster, too, allowing me to find this thing.

I&#039;m happy :-)</description>
		<content:encoded><![CDATA[<p>The 500.100 made it! Thanks to Rowdy.<br />
Thanks to the original poster, too, allowing me to find this thing.</p>
<p>I&#8217;m happy :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: blestab</title>
		<link>http://www.tacticaltechnique.com/web-development/classic-asp-getlasterror-in-iis7/#comment-44487</link>
		<dc:creator>blestab</dc:creator>
		<pubDate>Mon, 07 Feb 2011 11:09:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.tacticaltechnique.com/?p=459#comment-44487</guid>
		<description>Thanks Simon, i have been nagging my host for this for days now to no avail. 

You are a star man, keep shining!</description>
		<content:encoded><![CDATA[<p>Thanks Simon, i have been nagging my host for this for days now to no avail. </p>
<p>You are a star man, keep shining!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Corey</title>
		<link>http://www.tacticaltechnique.com/web-development/classic-asp-getlasterror-in-iis7/#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-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>
</channel>
</rss>

