<?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 'asp classic'</title><link>http://forums.iis.net/search/SearchResults.aspx?o=DateDescending&amp;tag=asp+classic&amp;orTags=0</link><description>Search results matching tag 'asp classic'</description><dc:language>en-US</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Disk or Network Error in Windows 7, Please help</title><link>http://forums.iis.net/p/1162991/1926289.aspx#1926289</link><pubDate>Thu, 26 Nov 2009 13:03:33 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1926289</guid><dc:creator>sorasak</dc:creator><cs:applicationKey>iis7_-_classic_asp-41</cs:applicationKey><description>Yesterday I upgrade my PC&amp;#39;s OS from Vista to Seven Ultimate. After I turned on IIS feature,  web applications on my machine do not work anymore. Disk or Network Error appear when I opened pages.

I followed every steps of setting up from IIS&amp;#39;s Blog (http://blogs.iis.net/bills/archive/2007/05/21/tips-for-classic-asp-developers-on-iis7.aspx). Classic ASP worked fine when I used Vista, but not work in Windows 7.

Please help me to make my Classic ASP pages to run on WIndows 7, Thanks</description></item><item><title>Cannot connect to mysql db 5.1</title><link>http://forums.iis.net/p/1162711/1925060.aspx#1925060</link><pubDate>Tue, 17 Nov 2009 15:40:06 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1925060</guid><dc:creator>Perryvanz</dc:creator><cs:applicationKey>iis7_-_classic_asp-41</cs:applicationKey><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Im using IIS 7.5&amp;nbsp;with Windows server 2008 r2. I want to open my database, so&amp;nbsp;I used the next&amp;nbsp;connectstring for opening the db: &lt;br /&gt;&lt;br /&gt;connect_string = &amp;quot;Driver={MySQL ODBC 5.1 Driver};&amp;nbsp;Server=localhost; UID=username; PWD=pwd; Database=db&amp;quot;&lt;br /&gt;set dbConn = server.createObject(&amp;quot;ADODB.connection&amp;quot;)&lt;br /&gt;dbConn.open(connect_string)&lt;br /&gt;&lt;br /&gt;I&amp;#39;m getting this error....&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;br /&gt;&lt;br /&gt;What do I have to do to connect to my db?&lt;/p&gt;
&lt;p&gt;Perry&lt;/p&gt;</description></item><item><title>IIS 7.5 404 error when redirecting from ASP.NET to Classic ASP</title><link>http://forums.iis.net/p/1162408/1923666.aspx#1923666</link><pubDate>Fri, 06 Nov 2009 15:27:16 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1923666</guid><dc:creator>SpaceCowboy74</dc:creator><cs:applicationKey>iis_7_-_troubleshooting-41</cs:applicationKey><description>&lt;p&gt;I have Windows 7 x64 Ultimate installed on my development box.&amp;nbsp; I&amp;#39;ve done everything needed to get Classic ASP as well as .NET running on my system.&amp;nbsp; I&amp;#39;m developing in Visual Studio 2008 SP1.&amp;nbsp; Me web site has a default page that has a frameset on it.&amp;nbsp; In the frameset, after authorization, one frame redirects from an ASP.NET page to a Classic ASP page.&amp;nbsp; This returns a 404 error to the screen.&amp;nbsp; If I copy and paste the URL shown in the error page, I can get to the page just fine.&amp;nbsp; Of course, since it expects to be in a frameset, it doesn&amp;#39;t work quite right.&amp;nbsp; I do have parameters on the URL (in the query string) but i don&amp;#39;t think that&amp;#39;s causing the problem.&lt;/p&gt;&lt;p&gt;&amp;nbsp;Has anyone heard of this or have any suggestions? &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Can smone help me with &amp;quot;CDO.Message.1 error '80040220' &amp;quot; error ?</title><link>http://forums.iis.net/p/1154828/1923409.aspx#1923409</link><pubDate>Wed, 04 Nov 2009 21:12:37 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1923409</guid><dc:creator>debugmm</dc:creator><cs:applicationKey>classic_asp--1</cs:applicationKey><description>&lt;p&gt;&amp;nbsp;Hi,&lt;/p&gt;&lt;p&gt;Try the following code: -&lt;/p&gt;&lt;pre&gt;&amp;lt;!--&lt;br /&gt;METADATA&lt;br /&gt;TYPE=&amp;quot;typelib&amp;quot;&lt;br /&gt;UUID=&amp;quot;CD000000-8B95-11D1-82DB-00C04FB1625D&amp;quot;&lt;br /&gt;NAME=&amp;quot;CDO for Windows 2000 Library&amp;quot;&lt;br /&gt;--&amp;gt;&lt;br /&gt;&amp;lt;%&lt;br /&gt;Set cdoConfig = CreateObject(&amp;quot;CDO.Configuration&amp;quot;)&lt;br /&gt;&amp;nbsp;&lt;br /&gt;With cdoConfig.Fields&lt;br /&gt;.Item(cdoSendUsingMethod) = cdoSendUsingPort&lt;br /&gt;.Item(cdoSMTPServer) = &amp;quot;localhost&amp;quot;&lt;br /&gt;.Update&lt;br /&gt;End With&lt;br /&gt;&amp;nbsp;&lt;br /&gt;Set cdoMessage = CreateObject(&amp;quot;CDO.Message&amp;quot;)&lt;br /&gt;&amp;nbsp;&lt;br /&gt;With cdoMessage&lt;br /&gt;Set .Configuration = cdoConfig&lt;br /&gt;.From = &amp;quot;from@domain.com&amp;quot;&lt;br /&gt;.To = &amp;quot;to@domain.com&amp;quot;&lt;br /&gt;.Subject = &amp;quot;Sample CDO Message&amp;quot;&lt;br /&gt;.TextBody = &amp;quot;This is a test for CDO.message&amp;quot;&lt;br /&gt;.Send&lt;br /&gt;End With&lt;br /&gt;&amp;nbsp;&lt;br /&gt;Set cdoMessage = Nothing&lt;br /&gt;Set cdoConfig = Nothing&lt;br /&gt;%&amp;gt;&lt;/pre&gt;

&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;http://prabhat.me/2009/11/04/send-e-mail-using-cdo/ &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Problems with ExecuteGlobal in VBScript on IIS 5.1 but not 6.0</title><link>http://forums.iis.net/p/1162222/1922828.aspx#1922828</link><pubDate>Fri, 30 Oct 2009 17:37:33 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1922828</guid><dc:creator>djplong</dc:creator><cs:applicationKey>classic_asp--1</cs:applicationKey><description>&lt;p&gt;What setting might be missing or misapplied that would cause the same code that works on an IIS 6.0 server to fail on an IIS 5.1 server?&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve inherited this large Classic ASP application. It &amp;quot;caches&amp;quot; a series of files with funcitons in them using the ExecuteGlobal command. On both server, the command executes without error. However, when the application later tries to reference the functions that were &amp;#39;cached&amp;#39;, IIS 6.0 seems to work just fine while IIS 5.1 acts as though those functions never existed and I get errors to that effect.&lt;/p&gt;
&lt;p&gt;The 5.1 system is for testing purposes on an XP Pro box. The 6.0 is our production system on Windows 2003.&lt;/p&gt;
&lt;p&gt;It&amp;#39;s taken a long time to isolate the problem (identical code failing in test but working in production) to this code. Setting up another server isn&amp;#39;t an option unfortunately (budget restraints - no money to pay the support people or to rent space where all servers must be physically located - military installation).&lt;/p&gt;
&lt;p&gt;What directions have I missed looking into?&lt;/p&gt;</description></item><item><title>Problem with ASP code in IIS7: DBNULL</title><link>http://forums.iis.net/p/1161968/1921624.aspx#1921624</link><pubDate>Thu, 22 Oct 2009 02:53:27 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1921624</guid><dc:creator>Jwoodger</dc:creator><cs:applicationKey>iis7_-_classic_asp-41</cs:applicationKey><description>&lt;p&gt;When I run my web application on Windows 2003 IIS 6, my site runs perfectly.&amp;nbsp; It however has certain issues when migrated to Windows 2008 IIS 7 - sometimes I get errors with converting/casting dbnull to strings.&amp;nbsp; Is there some configuration that can be used to emulate the older way of handling such values?&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Some classic ASP pages extremely slow on IIS7 and SQLServer 2008</title><link>http://forums.iis.net/p/1156349/1921554.aspx#1921554</link><pubDate>Wed, 21 Oct 2009 14:45:26 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1921554</guid><dc:creator>bogdan_p</dc:creator><cs:applicationKey>iis7_-_classic_asp-41</cs:applicationKey><description>&lt;p&gt;Thank you for your reply. &lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;It also worked for me too.&lt;/p&gt;&lt;p&gt;&amp;nbsp; I discovered that the web page also works faster if i write in global.asa the name of the server (Ex: SQLBogdan) instead of &lt;b&gt;.&lt;/b&gt; (point) .&lt;br /&gt;&lt;/p&gt;</description></item><item><title>odbc connection pooling with Delphi 7 &amp;amp; IIS7</title><link>http://forums.iis.net/p/1161467/1919458.aspx#1919458</link><pubDate>Mon, 05 Oct 2009 08:04:19 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1919458</guid><dc:creator>ffsetit</dc:creator><cs:applicationKey>iis7_-_classic_asp-41</cs:applicationKey><description>We have a application that utilizes a combination of ASP.net (c#) and classic ASP (Delphi 7). When running the application on Windows Vista or Server 2008 using IIS7 we experience terrible performance problems from the classic ASP pages when retrieving data from SQL.
Upon investigation using SQL Profiler it is apparent that hard connections are being opened and closed rather than being pooled.
We experience the same issue with IIS6 on Server 2003 however this can be worked around by enabling IIS5.0 compatibility mode. Unfortunately there seems to be no such workaround for IIS7

Does anyone have any ideas as to why odbc connection pooling does not work in IIS7 (or 6)</description></item><item><title>Blank Page No Errors</title><link>http://forums.iis.net/p/1160954/1917184.aspx#1917184</link><pubDate>Wed, 16 Sep 2009 14:59:19 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1917184</guid><dc:creator>goofy_tyran</dc:creator><cs:applicationKey>iis7_-_classic_asp-41</cs:applicationKey><description>&lt;p&gt;Hi guys,&lt;/p&gt;
&lt;p&gt;I have a website which I&amp;#39;ve brought over to IIS7 from Windows IIS6, which ran great there.&lt;/p&gt;
&lt;p&gt;Now its on IIS7 some of my Classic ASP pages wont run and simply stop dead outputting to the browser just a blank page. The only thing in the blank page source code are the usual &amp;lt;html&amp;gt; tags etc. There are no error codes at all.&lt;/p&gt;
&lt;p&gt;If I break the code (by adding a &amp;#39;end if&amp;#39; in to the code where it sholdnt be) I get the relevant errors.&lt;/p&gt;
&lt;p&gt;This happens to only a handful of pages. The only&amp;nbsp;common thing I can see between the pages is that they use the &amp;#39;Server.CreateObject&amp;#39; call to either create an instance of Jmail or FileSystemObject.&lt;/p&gt;
&lt;p&gt;I&amp;#39;m really stumped with this one and any help would be would be greatfully received.&lt;/p&gt;
&lt;p&gt;Thanks in advance!&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Flie download Dialog is not shown (greater than 2kb) in IIS 7.5</title><link>http://forums.iis.net/p/1160833/1916552.aspx#1916552</link><pubDate>Fri, 11 Sep 2009 06:19:01 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1916552</guid><dc:creator>srini_iit</dc:creator><cs:applicationKey>iis7_-_classic_asp-41</cs:applicationKey><description>&lt;p class="MsoNormal" style="MARGIN:0in 0in 10pt;"&gt;&lt;font face="Calibri" size="3"&gt;When I try to download a file which of size greater than 2kb, the file download dialog is not shown in IIS 7.5. the code which I have used right now works fine in IIS 6.0 and IIS 7.0.&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="MARGIN:0in 0in 10pt;"&gt;&lt;font face="Calibri" size="3"&gt;Can any one give a solution or any setting needs to be&amp;nbsp;done in IIS 7.5&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item></channel></rss>