<?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>IIS7 - Classic ASP</title><link>http://forums.iis.net/1044.aspx</link><description>Forum discussing usage of Classic ASP applications on the IIS 7 platform</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>It'swork</title><link>http://forums.iis.net/thread/1862207.aspx</link><pubDate>Sun, 20 Jan 2008 10:18:44 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1862207</guid><dc:creator>johnson_gau@modusmedia.com</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1862207.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1044&amp;PostID=1862207</wfw:commentRss><description>&lt;p&gt;Thanks&amp;nbsp; 
&lt;p&gt;&lt;BLOCKQUOTE&gt;&lt;div&gt;&lt;img src="/Themes/iis/images/icon-quote.gif"&gt; &lt;strong&gt;ganeshanekar:&lt;/strong&gt;&lt;/div&gt;&lt;div&gt; 
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;1st thing - ASP pages in your subdirectories might have coding/scripting issue.&lt;/p&gt;
&lt;p&gt;After setting &amp;quot;ScriptErrorSentToBrowser&amp;quot; True, Disable &amp;quot;Show friendly error message&amp;quot; in IE&amp;gt;Tools&amp;gt;Internet Options&amp;gt;Advanced.&lt;/p&gt;
&lt;p&gt;You should see exact error message.&lt;/p&gt;
&lt;p&gt;HTH.&lt;/p&gt;
&lt;p&gt;~ Ganesh&lt;/p&gt;&lt;/div&gt;&lt;/BLOCKQUOTE&gt;</description></item><item><title>Re: An error occurred...</title><link>http://forums.iis.net/thread/1704846.aspx</link><pubDate>Fri, 11 May 2007 00:15:26 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1704846</guid><dc:creator>ganeshanekar</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1704846.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1044&amp;PostID=1704846</wfw:commentRss><description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1st thing - ASP pages in your subdirectories might have coding/scripting issue.&lt;/P&gt;
&lt;P&gt;After setting "ScriptErrorSentToBrowser" True, Disable "Show friendly error message" in IE&amp;gt;Tools&amp;gt;Internet Options&amp;gt;Advanced.&lt;/P&gt;
&lt;P&gt;You should see exact error message.&lt;/P&gt;
&lt;P&gt;HTH.&lt;/P&gt;
&lt;P&gt;~ Ganesh&lt;/P&gt;</description></item><item><title>Re: An error occurred...</title><link>http://forums.iis.net/thread/1697626.aspx</link><pubDate>Mon, 07 May 2007 05:13:14 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1697626</guid><dc:creator>qbernard</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1697626.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1044&amp;PostID=1697626</wfw:commentRss><description>&lt;P&gt;Could it be your asp application that 'hiding' the error msgs?&lt;BR&gt;Simple hello.asp works?&lt;/P&gt;</description></item><item><title>Re: An error occurred...</title><link>http://forums.iis.net/thread/1693847.aspx</link><pubDate>Thu, 03 May 2007 19:49:00 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1693847</guid><dc:creator>iisray</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1693847.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1044&amp;PostID=1693847</wfw:commentRss><description>&lt;P&gt;Adding the command-line ways to enable this property at the server level&amp;nbsp;:&lt;/P&gt;
&lt;P&gt;i) using 'AppCmd':&lt;/P&gt;
&lt;P&gt;%windir%\system32\inetsrv\appcmd.exe set config -section:asp /scriptErrorSentToBrowser:true&lt;/P&gt;
&lt;P&gt;ii) using 'adsutil.vbs':&lt;/P&gt;
&lt;P&gt;%SystemDrive%\inetpub\AdminScripts\adsutil.vbs set w3svc/AspScriptErrorSentToBrowser true&lt;/P&gt;
&lt;P&gt;Jason,&amp;nbsp;do you mean the same ASP page (with error) in the subdirectories and root folder, but only the one in subdirectories showing this general error message?&lt;/P&gt;
&lt;P&gt;Anyway, try the above way to see if you still have the same problem.&lt;/P&gt;
&lt;P&gt;Ray&amp;nbsp;&lt;/P&gt;</description></item><item><title>Re: An error occurred...</title><link>http://forums.iis.net/thread/1691964.aspx</link><pubDate>Wed, 02 May 2007 19:15:16 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1691964</guid><dc:creator>jasonabuck</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1691964.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1044&amp;PostID=1691964</wfw:commentRss><description>&lt;P&gt;I made these changes, but I still just get the generic message.&lt;/P&gt;
&lt;P&gt;It is weird, only items in my subdirectories are getting this message.&amp;nbsp; My ASP works in the root folder.&lt;/P&gt;
&lt;P&gt;Anyone have any clues.&lt;/P&gt;
&lt;P&gt;Jason&lt;/P&gt;</description></item><item><title>Re: An error occurred...</title><link>http://forums.iis.net/thread/1656798.aspx</link><pubDate>Mon, 09 Apr 2007 04:00:29 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1656798</guid><dc:creator>mikejpoole</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1656798.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1044&amp;PostID=1656798</wfw:commentRss><description>Thanks AJ, that was exactly what I was looking for.</description></item><item><title>Re: An error occurred...</title><link>http://forums.iis.net/thread/1653739.aspx</link><pubDate>Thu, 05 Apr 2007 18:16:21 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1653739</guid><dc:creator>ApurvaJoshi</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1653739.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1044&amp;PostID=1653739</wfw:commentRss><description>&lt;P&gt;From another POST of mine.. &lt;/P&gt;
&lt;P&gt;&amp;nbsp;It seems like "Send Errors to Browser" is set to False and you are seeing generic error message instead of detailed ASP error. &lt;/P&gt;
&lt;P&gt;To check this, &lt;/P&gt;
&lt;P&gt;Make sure you're in Features View (not Content View), then double-click the ASP icon. Expand "Compilation" and then "Debugging Properties".&amp;nbsp; Set the "Send Errors To Browser" to True.&amp;nbsp; Now when you browse the ASP page, you should get the underlying script error, instead of the default "An error occurred".&amp;nbsp; This will help troubleshooting efforts.&lt;/P&gt;
&lt;P&gt;Thanks, &lt;/P&gt;
&lt;P&gt;AJ&lt;/P&gt;</description></item><item><title>An error occurred...</title><link>http://forums.iis.net/thread/1652934.aspx</link><pubDate>Thu, 05 Apr 2007 09:50:43 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1652934</guid><dc:creator>mikejpoole</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1652934.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1044&amp;PostID=1652934</wfw:commentRss><description>&lt;P&gt;I am getting the following error message running a classic ASP site on IIS7:&lt;/P&gt;
&lt;P&gt;"An error occurred on the server when processing the URL. Please contact the system administrator"&lt;/P&gt;
&lt;P&gt;To say it is vague is an understatement. Does anyone have any idea where I should start troubleshooting.&lt;/P&gt;
&lt;P&gt;ASP is installed and the site is running in a classic pool.&lt;/P&gt;</description></item></channel></rss>