<?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 'IE7 IIS7 internet explorer internet information services 7'</title><link>http://forums.iis.net/search/SearchResults.aspx?o=DateDescending&amp;tag=ASP+Classic,IE7+IIS7+internet+explorer+internet+information+services+7&amp;orTags=0</link><description>Search results matching tags 'ASP Classic' and 'IE7 IIS7 internet explorer internet information services 7'</description><dc:language>en-US</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Issues in IIS 7, session and application variables are not maintained - Classic ASP site</title><link>http://forums.iis.net/p/1153501/1886495.aspx#1886495</link><pubDate>Tue, 02 Dec 2008 14:57:21 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1886495</guid><dc:creator>shamshad.ali@softechww.com</dc:creator><cs:applicationKey>iis7_-_classic_asp-41</cs:applicationKey><description>&lt;p&gt;For local development purpose, I ran following script on VISTA, IIS 7:&lt;br /&gt;&lt;br /&gt;&amp;lt;%&lt;br /&gt;for each x in Request.ServerVariables&lt;br /&gt;&amp;nbsp; response.write(&amp;quot;&amp;lt;b&amp;gt;&amp;quot; &amp;amp; x &amp;amp; &amp;quot;:&amp;lt;/b&amp;gt;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;quot; &amp;amp; Request.ServerVariables(x) &amp;amp; &amp;quot;&amp;lt;br&amp;gt;&amp;lt;BR&amp;gt;&amp;quot;)&lt;br /&gt;next&lt;br /&gt;&amp;nbsp;%&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;It does not show me IP of client, Request.ServerVariables(&amp;quot;remote_host&amp;quot;) and &lt;/p&gt;
&lt;p&gt;(Request.ServerVariables(&amp;quot;remote_addr&amp;quot;).&lt;/p&gt;
&lt;p&gt;on my vista&amp;nbsp;I&amp;nbsp;had IPv 6 and IPv4 both enabled. i dropped IPv6 protocole and now Request.ServerVariables(&amp;quot;remote_host&amp;quot;) is showing ::1 value earlier it was showing &amp;quot;A6073E5A-D779-472A-8430-9B03999E4121&amp;quot; AS IP&lt;/p&gt;
&lt;p&gt;Also I noticed that all values assigned to session and application variables defined in global.asa are not available in other pages of my website means session and application variables are not maintaining. It seems that whole server side variables are not working that were initialized with appliction_OnStart, session_OnStart. Wherein whole ASP siter with no change in code is working fine with IIS 6 (xp/win2k3). But this issues comes within IIS 7. Please help how this can be fixed ?&lt;/p&gt;
&lt;p&gt;Shamshad Ali&lt;/p&gt;</description></item><item><title>.ASP includes being ignored - no errors</title><link>http://forums.iis.net/p/1147337/1860882.aspx#1860882</link><pubDate>Thu, 20 Dec 2007 17:07:01 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1860882</guid><dc:creator>colonelangus</dc:creator><cs:applicationKey>iis7_-_classic_asp-41</cs:applicationKey><description>&lt;p&gt;Using file-based includes.&amp;nbsp; Checked &amp;quot;ASP&amp;quot; and &amp;quot;Server-Side Includes&amp;quot; in Vista&amp;#39;s features, and I now have an &amp;quot;ASP&amp;quot; icon in IIS.&amp;nbsp; Even restarted IIS a few times, but no luck.&amp;nbsp; The include appears in the source code as a comment:&lt;/p&gt;
&lt;p&gt;&amp;lt;!--#include file=&amp;quot;includes/header.asp&amp;quot;--&amp;gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Any ideas?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</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></channel></rss>