<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.iis.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:cs="http://blogs.iis.net/"><channel><title>Search results matching tag 'classic asp error custom handling 500 IIS6'</title><link>http://forums.iis.net/search/SearchResults.aspx?o=DateDescending&amp;tag=classic+asp+error+custom+handling+500+IIS6&amp;orTags=0</link><description>Search results matching tag 'classic asp error custom handling 500 IIS6'</description><dc:language>en-US</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Active Server Pages, ASP 0129 (0x80004005)</title><link>http://forums.iis.net/p/1153879/1888029.aspx#1888029</link><pubDate>Fri, 19 Dec 2008 08:08:39 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1888029</guid><dc:creator>Kapil007</dc:creator><cs:applicationKey>classic_asp--1</cs:applicationKey><description>&lt;h2 style="COLOR:#000000;"&gt;Hi,&lt;/h2&gt;
&lt;h2 style="COLOR:#000000;"&gt;I am facing this&amp;nbsp;problem&amp;nbsp;2nd time the first&amp;nbsp;time&amp;nbsp;i faced this problem and &amp;nbsp;i had&amp;nbsp;formatted my system&amp;nbsp;&amp;nbsp;to solve this problem can some body help me. the below error facing when i am trying to view preview the .asp page from dreamweaver.&lt;/h2&gt;
&lt;h2 style="COLOR:#000000;"&gt;&amp;nbsp;&amp;nbsp;&lt;/h2&gt;
&lt;h2 style="COLOR:#000000;"&gt;HTTP 500.100 - Internal Server Error - ASP error&lt;br /&gt;Internet Information Services&lt;/h2&gt;
&lt;hr /&gt;

&lt;p&gt;Technical Information (for support personnel)&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Error Type:&lt;br /&gt;Active Server Pages, ASP 0129 (0x80004005)&lt;br /&gt;The scripting language &amp;#39;JAVASCRIPT&amp;#39; is not found on the server.&lt;br /&gt;&lt;b&gt;/unistone/index.asp, line 1&lt;/b&gt;&lt;br /&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;li&gt;Browser Type:&lt;br /&gt;Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; InfoPath.2) 
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;li&gt;Page:&lt;br /&gt;GET /unistone/index.asp &lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Thanks&lt;br /&gt;Regards&lt;/p&gt;
&lt;p&gt;Kapil&lt;/p&gt;</description></item><item><title>Re: Parsing Error Information added to cs-uri-query on 500 error</title><link>http://forums.iis.net/p/1153874/1887988.aspx#1887988</link><pubDate>Thu, 18 Dec 2008 20:15:58 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1887988</guid><dc:creator>rss2363</dc:creator><cs:applicationKey>classic_asp--1</cs:applicationKey><description>&lt;p&gt;&amp;nbsp;OK, as I was adding the tags to my POST, I got some new ideas for doing my search and I found the answer here - http://support.microsoft.com/kb/224070&lt;/p&gt;&lt;p&gt;&amp;nbsp;The information I wanted to glean is available in the Server.GetLastError() object.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;Hope this helps someone else!&lt;br /&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Parsing Error Information added to cs-uri-query on 500 error</title><link>http://forums.iis.net/p/1153874/1887985.aspx#1887985</link><pubDate>Thu, 18 Dec 2008 20:06:55 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1887985</guid><dc:creator>rss2363</dc:creator><cs:applicationKey>classic_asp--1</cs:applicationKey><description>&lt;p&gt;When a page has an &amp;quot;ugly ASP error&amp;quot;, IIS marks it as a 500 in the log file.&amp;nbsp; It also adds (what appears to be Err object?) info to the cs-uri-querystring field that is logged such as:&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; |18|800a000b|Division_by_zero&lt;br /&gt;&lt;/p&gt;&lt;p&gt;I have setup a custom 500 error page and was wondering if there is any way to grab/parse that information.&amp;nbsp; It&amp;#39;s not in any Err object, Request.ServerVariables, nor the Request.Querystring when my page is executed.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;Thanks!&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Custom Server 500 error messages in ASP</title><link>http://forums.iis.net/p/1150024/1872338.aspx#1872338</link><pubDate>Sun, 22 Jun 2008 11:27:49 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1872338</guid><dc:creator>CptSternn</dc:creator><cs:applicationKey>classic_asp--1</cs:applicationKey><description>&lt;p&gt;I recently moved to a new host that doesn&amp;#39;t allow you to touch the IIS admin options.&amp;nbsp; I was wondering if there is any way to do a proper redirect that will include ASP error messages to a page setup for 500;100 errors outside of using the admin panel.&lt;/p&gt;&lt;p&gt;&amp;nbsp;I have the custom 500;100 error page from my old host that I created.&amp;nbsp; Can I redirect or do a server.transfer and send errors to a custom page?&amp;nbsp; Is there another way?&lt;/p&gt;&lt;p&gt;I know in ASP.NET I can easily modify the web.config, alas, the classic
.ASP pages aren&amp;#39;t effected by the changes in my web.config file. &lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;Right now the only option looks to be going though hundreds of pages of code and putting in &amp;#39;On error&amp;#39; statements, which would be quite a pain.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item></channel></rss>