<?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 tags 'ASP Classic' and 'error'</title><link>http://forums.iis.net/search/SearchResults.aspx?o=DateDescending&amp;tag=ASP+Classic,error&amp;orTags=0</link><description>Search results matching tags 'ASP Classic' and 'error'</description><dc:language>en-US</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>ASP Scripting language 'jscript' is not found on the server Error - after DW CS4 installation</title><link>http://forums.iis.net/p/1157398/1902773.aspx#1902773</link><pubDate>Tue, 05 May 2009 11:10:24 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1902773</guid><dc:creator>chriscoolin</dc:creator><cs:applicationKey>iis7_-_classic_asp-41</cs:applicationKey><description>&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I too have similar problem.&amp;nbsp; &lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;I&amp;#39;ve DW CS3 installed in System with Win XP as OS (IIS 6).&lt;br /&gt;&lt;br /&gt;After installing DW CS4 trial version, I&amp;#39;m getting the following&lt;br /&gt;error in my website.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Error Type:&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;Active Server Pages, ASP 0129 (0x80004005)&lt;br /&gt;&lt;/b&gt;&lt;/p&gt;&lt;b&gt;The scripting language &amp;#39;jscript&amp;#39; is not found on the server.&lt;br /&gt;/includes/tNG/tNG.inc.asp, line 195&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;The website was working fine earlier and the contents in the &lt;br /&gt;live server is working fine.&lt;br /&gt;&lt;br /&gt;DW CS4 has disturbed the existing one... Now I uninstalled DW CS4&lt;br /&gt;and reinstalled DW CS3 again.&amp;nbsp; &lt;br /&gt;&lt;br /&gt;But the problem persists....&lt;br /&gt;&lt;br /&gt;Help me pls..
										    
									    </description></item><item><title>Error '80040e14' within INSERT INTO Statement</title><link>http://forums.iis.net/p/1147068/1859649.aspx#1859649</link><pubDate>Fri, 23 Nov 2007 20:17:38 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1859649</guid><dc:creator>Crazy Dino</dc:creator><cs:applicationKey>iis7_-_classic_asp-41</cs:applicationKey><description>&lt;p&gt;Hi, I am extremely new with .ASP (I started on tuesday this week), and am using Dreamweaver 8&amp;nbsp;to construct .ASP code for a project at school. I already have several bits of working .ASP code such as a login page, which restricts banned users, and validation within a registration page to ensure that login name and e-mail address are unique. My big problem is with the registration page, when I click the Register button i am getting this error returned.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&amp;nbsp;Microsoft OLE DB Provider for ODBC Drivers&lt;font face="Times New Roman" size="3"&gt; &lt;/font&gt;&lt;font face="Arial" size="2"&gt;error &amp;#39;80040e14&amp;#39;&lt;/font&gt;&lt;font face="Times New Roman" size="3"&gt; &lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;font face="Arial" size="2"&gt;[Microsoft][ODBC Microsoft Access Driver] Syntax error in INSERT INTO statement.&lt;/font&gt; &lt;/strong&gt;
&lt;p&gt;&lt;strong&gt;&lt;font face="Arial" size="2"&gt;/register.asp&lt;/font&gt;&lt;font face="Arial" size="2"&gt;, line 167&lt;/font&gt;&lt;/strong&gt; &lt;/p&gt;
&lt;p&gt;I have checked within dreamweaver, and on line 167, it displays the following bit of code &amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;MM_editCmd.Execute&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;which I don&amp;#39;t think is the problem having a look at results on google for error &amp;#39;80040e14&amp;#39;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Any help would be greatly appreciated, and if needs be I can post all .asp code Dreamweaver generated for me for an insert query.&lt;/p&gt;</description></item><item><title>IIS7 and Classic ASP, error 'ASP 0178 : 80070005' when calling &amp;quot;CreateObject&amp;quot;</title><link>http://forums.iis.net/p/1146996/1859335.aspx#1859335</link><pubDate>Fri, 16 Nov 2007 11:23:14 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1859335</guid><dc:creator>MagnusF</dc:creator><cs:applicationKey>iis7_-_classic_asp-41</cs:applicationKey><description>&lt;p&gt;I am about to shift my development from XP to Vista X64 Ultimate and was trying to setup one of our older webapps on IIS7.&lt;br /&gt;This webapp is a mixed project with both C#/ASP.NET and old classic ASP pages that call COM+ objects created in VB6.&lt;br /&gt;These VB6 COM objects then use ADODB to connect to a SQLServer2005 database and returns ADODB.Recordset&amp;#39;s to the ASP page for further presentation in the response page.&lt;/p&gt;
&lt;p&gt;I have registred all the VB6 DLL&amp;#39;s under &amp;quot;Component services&amp;quot; just as we always have done on XP and Win2003 X64 (where our app works fine)&lt;/p&gt;
&lt;p&gt;But on Vista and IIS7, I get a permission error on the CreateObject line.&lt;/p&gt;
&lt;p&gt;Can anyone help me out here? I think I have tried everything by now, including giving &amp;quot;Everyone&amp;quot; full permission to the DLL files.&lt;/p&gt;
&lt;p&gt;I&amp;#39;m about to lose my mind here, this is so frustrating.&lt;/p&gt;</description></item></channel></rss>