<?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>Re: I am lost in IIS with an ASP App</title><link>http://forums.iis.net/thread/1909200.aspx</link><pubDate>Sat, 04 Jul 2009 23:15:51 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1909200</guid><dc:creator>Nunos_b</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1909200.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1044&amp;PostID=1909200</wfw:commentRss><description>&lt;p&gt;Sorry I have been away and unable to reply to this I was in a car accident and am just now getting back to work. Thank you for the above I have performed the steps above and I now recieve this error when I try to brows to the page in IE 8.&lt;/p&gt;
&lt;p&gt;Microsoft OLE DB Provider for ODBC Drivers&lt;font size="3" face="Times New Roman"&gt; &lt;/font&gt;&lt;font size="2" face="Arial"&gt;error &amp;#39;80004005&amp;#39;&lt;/font&gt;&lt;font size="3" face="Times New Roman"&gt; &lt;/font&gt;
&lt;p&gt;&lt;font size="2" face="Arial"&gt;[Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified&lt;/font&gt; 
&lt;p&gt;&lt;font size="2" face="Arial"&gt;/ptech/connect.asp&lt;/font&gt;&lt;font size="2" face="Arial"&gt;, line 2&lt;/font&gt; &lt;/p&gt;</description></item><item><title>Re: I am lost in IIS with an ASP App</title><link>http://forums.iis.net/thread/1908663.aspx</link><pubDate>Mon, 29 Jun 2009 22:45:51 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1908663</guid><dc:creator>sykesjs</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1908663.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1044&amp;PostID=1908663</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;You might also try browsing the site from the server console if possible.&amp;nbsp; Sometimes you get more detail there on 500 messages.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;--JS &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: I am lost in IIS with an ASP App</title><link>http://forums.iis.net/thread/1907316.aspx</link><pubDate>Wed, 17 Jun 2009 07:06:54 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1907316</guid><dc:creator>Leo Tang - MSFT</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1907316.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1044&amp;PostID=1907316</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;With IIS7.0, the sensitive classic ASP script error message are no longer shown in browser by default.&amp;nbsp; Make sure&amp;nbsp; &amp;lt;httpErrors&amp;nbsp; errorMode=&amp;quot;Detailed&amp;quot;/&amp;gt; (IIS Manager-&amp;gt;ASP icon-&amp;gt;Debugging Properties) and&amp;nbsp; &amp;lt;asp scriptErrorSentToBrowser=&amp;quot;true&amp;quot;/&amp;gt;(IIS Manager-&amp;gt; Error Pages icon-&amp;gt;Edit Feature Settings…), then reproduce this issue. There should be some detailed error message which helpful&amp;nbsp;for&amp;nbsp;us determine the cause.&lt;/p&gt;
&lt;p&gt;Below are some&amp;nbsp; articles about ASP pages troubleshooting, for your reference:&lt;br /&gt;Classic ASP script error messages are no longer shown in a Web browser by default&lt;br /&gt;&lt;a href="http://learn.iis.net/page.aspx/564/classic-asp-script-error-messages-are-no-longer-shown-in-a-web-browser-by-default/"&gt;http://learn.iis.net/page.aspx/564/classic-asp-script-error-messages-are-no-longer-shown-in-a-web-browser-by-default/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Using Failed Request Tracing to troubleshoot Classic ASP errors&lt;br /&gt;&lt;a href="http://learn.iis.net/page.aspx/565/using-failed-request-tracing-to-troubleshoot-classic-asp-errors/"&gt;http://learn.iis.net/page.aspx/565/using-failed-request-tracing-to-troubleshoot-classic-asp-errors/&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Re: I am lost in IIS with an ASP App</title><link>http://forums.iis.net/thread/1906807.aspx</link><pubDate>Fri, 12 Jun 2009 19:24:33 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1906807</guid><dc:creator>MagLa</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1906807.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1044&amp;PostID=1906807</wfw:commentRss><description>&lt;p&gt;Did you did the 32 bitness thingling? I mean, did you set your app to run in 32 bit mode? If not, you can do this in by selecting the Applicationpool, then your application, make a right click on it and select more options (or how it is named in english) and then set the 32 bit mode &amp;quot;True&amp;quot;. Because your Access Database needs the connectionstring in 32 bit mode and the database drivers, too.&lt;/p&gt;&lt;p&gt;Regards, Magdalena &lt;br /&gt;&lt;/p&gt;</description></item><item><title>I am lost in IIS with an ASP App</title><link>http://forums.iis.net/thread/1906800.aspx</link><pubDate>Fri, 12 Jun 2009 18:13:43 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1906800</guid><dc:creator>Nunos_b</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1906800.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1044&amp;PostID=1906800</wfw:commentRss><description>&lt;p&gt;So first off let me say I know pretty much zero about programming. My company uses a access database to track customer information about their sites. Someone wrote an application in ASP 2.0 which worked well in IIS 6.0 but recently we installed a new SBS 2008 server with IIS 7.0. I have been unable to get the site to show up on the web at all. I get a 500 error which is useless in troubleshooting for me. &lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;What I have tried is making sure the ASP app pool is running which it is. Tried to right click and convert to an application, didn&amp;#39;t work. I can run a simple ASP page so I believe my problem is making the database connect to the ASP page. I have looked at the connection string and it looks like it has the right format and name of the server but still no love.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I would appreciate any advice or direction to take in resolving this issue for me and thank you in advance for your time and knowledge. &lt;/p&gt;</description></item></channel></rss>