<?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 iis vista errors'</title><link>http://forums.iis.net/search/SearchResults.aspx?o=DateDescending&amp;tag=asp+Classic+iis+vista+errors&amp;orTags=0</link><description>Search results matching tag 'asp Classic iis vista errors'</description><dc:language>en-US</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>The failure of new applications HTTP/1.1</title><link>http://forums.iis.net/p/1157981/1905103.aspx#1905103</link><pubDate>Fri, 29 May 2009 06:01:00 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1905103</guid><dc:creator>barryhxlSP1</dc:creator><cs:applicationKey>iis7_-_classic_asp-41</cs:applicationKey><description>&lt;p&gt;The failure of new applications HTTP/1.1&lt;/p&gt;
&lt;p&gt;&lt;a href="http://localhost/default.htm-----------------%3EOK"&gt;http://localhost/default.htm-----------------&amp;gt;OK&lt;/a&gt;!&lt;/p&gt;
&lt;p&gt;http://localhost/index.asp or &lt;a href="http://localhost/------------%3EThe"&gt;http://localhost/------------&amp;gt;The&lt;/a&gt; failure of new applications HTTP/1.1&lt;/p&gt;
&lt;p&gt;For more information, see &lt;a title="http://barryhxl.qlql.net/ask.htm" href="http://barryhxl.qlql.net/ask.htm"&gt;here&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Help: I cannot view the final output of ASP in Vista Ultimatte. I only see the source code....</title><link>http://forums.iis.net/p/1154505/1890635.aspx#1890635</link><pubDate>Thu, 22 Jan 2009 02:10:33 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1890635</guid><dc:creator>Stecha</dc:creator><cs:applicationKey>iis7_-_classic_asp-41</cs:applicationKey><description>&lt;p&gt;Hi everyone,&lt;/p&gt;&lt;p&gt;First of all, I m a student and I try to do an assignment using ASP. The fact that I wanted to test my ASP pages before uploading them online led me to install IIS. I am using Windows Vista Ultimate and I followed the steps of installing ISS through windows features. However I am not sure if I did it right because I ticked all the boxes in the &amp;quot;&lt;b&gt;World Wide Web Services&lt;/b&gt;&amp;quot;, while in &amp;quot;&lt;b&gt;Web Management Tools&lt;/b&gt;&amp;quot; I just left only &amp;quot;&lt;b&gt;IIS Management Console&lt;/b&gt;&amp;quot; ticked. In addition I left &amp;quot;&lt;b&gt;FTP Publishing Service&lt;/b&gt;&amp;quot; blank as default. I don&amp;#39;t know if there might be a conflict or not. After that I saved my first ASP page in this direction &amp;quot;&lt;b&gt;C:\inetpub\wwwroot&lt;/b&gt;&amp;quot;. Although I had some problems saving files there, I bypassed them by loading notepad as Administrator.&lt;/p&gt;&lt;p&gt;Finally, this is where I face a problem. When I try to load my ASP file through IE7, instead of displaying my normal ASP page, I can only see the source code.&lt;/p&gt;&lt;p&gt;The problem might be obvious for you but not for me. Please help me:) Thanks a lot.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Here is the source code of a very sipmple example I receive in IE7:&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;lt;%@ Language=VBScript %&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;lt;% Option Explicit %&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;lt;HTML&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;lt;BODY&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;B&amp;gt;Square Roots&amp;lt;/B&amp;gt;&amp;lt;BR&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;lt;%&lt;br /&gt;&amp;nbsp;&amp;nbsp; Dim iLoop&lt;br /&gt;&amp;nbsp;&amp;nbsp; For iLoop = 1 to 10&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Response.Write iLoop &amp;amp; &amp;quot;: &amp;quot; &amp;amp; Sqr(iLoop) &amp;amp; &amp;quot;&amp;lt;BR&amp;gt;&amp;quot;&lt;br /&gt;&amp;nbsp;&amp;nbsp; Next&lt;br /&gt;&amp;nbsp;%&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;lt;/BODY&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;lt;/HTML&amp;gt; &lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;br /&gt;&lt;/p&gt;</description></item><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>Http 500 - Internal Server Error</title><link>http://forums.iis.net/p/1152798/1883642.aspx#1883642</link><pubDate>Mon, 03 Nov 2008 20:09:34 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1883642</guid><dc:creator>goelira</dc:creator><cs:applicationKey>iis7_-_classic_asp-41</cs:applicationKey><description>&lt;p&gt;I am using classic ASP&amp;nbsp;to browse my site. I have a page &amp;#39;neighbors.asp&amp;#39;&amp;nbsp;from which onsubmit event&amp;nbsp;I need to send&amp;nbsp;a mail. I have created a script page&amp;nbsp;&amp;#39;sendmail.asp&amp;#39;&lt;strong&gt;&amp;nbsp;&lt;/strong&gt;for coding the mail&amp;nbsp;and set this as an action on neighbors.asp&lt;/p&gt;
&lt;p&gt;Once I fill all details on neighbors.asp and click on submit, I receive the following error:&lt;/p&gt;
&lt;p id="errorExplanation"&gt;&lt;font color="blue"&gt;This error (HTTP 500 Internal Server Error) means that the website you are visiting had a server problem which prevented the webpage from displaying.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;When I have disabled &amp;quot;Show friendly Http Errors&amp;quot; from Internet Options, I got the following msg:&lt;/p&gt;
&lt;p&gt;&lt;font color="blue"&gt;An error occurred on the server when processing the URL. Please contact the system administrator.&lt;/font&gt; &lt;/p&gt;</description></item><item><title>ASP displaying VB as text</title><link>http://forums.iis.net/p/1152039/1880600.aspx#1880600</link><pubDate>Sun, 28 Sep 2008 18:46:40 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1880600</guid><dc:creator>thegleds</dc:creator><cs:applicationKey>iis7_-_classic_asp-41</cs:applicationKey><description>&lt;p&gt;Hi&lt;/p&gt;&lt;p&gt;I am trying to run Classic ASP VBscript pages from IIS7 and the HTML renders fine but the VBscript tags I up on the page dont seem to work. &lt;/p&gt;&lt;p&gt;When I run the page the VB comes back as text on the screen. There are no errors that appear either. &lt;/p&gt;&lt;p&gt;Can anyonne help me please?&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>SessionMgr.Session</title><link>http://forums.iis.net/p/1151910/1880132.aspx#1880132</link><pubDate>Tue, 23 Sep 2008 15:53:19 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1880132</guid><dc:creator>znwpta</dc:creator><cs:applicationKey>iis7_-_classic_asp-41</cs:applicationKey><description>&lt;p&gt;Has anyone here been successful using this (&lt;a href="http://msdn.microsoft.com/en-us/library/aa479313.aspx"&gt;http://msdn.microsoft.com/en-us/library/aa479313.aspx&lt;/a&gt;)&lt;/p&gt;
&lt;p&gt;I donwload and installed , I believe the settings are proper, since the ASPX test page works. but the Classic ASP seems to be hanging when trying to create the object.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Anyone has any idea why?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;</description></item><item><title>Server Error in Application &amp;quot;Default Web Site&amp;quot; - asp pages will not run</title><link>http://forums.iis.net/p/1150919/1875980.aspx#1875980</link><pubDate>Tue, 05 Aug 2008 23:12:12 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1875980</guid><dc:creator>claypole72</dc:creator><cs:applicationKey>iis7_-_classic_asp-41</cs:applicationKey><description>&lt;p&gt;Hi - I have tried to set up IIS7 to run .asp pages and I get the above error message. html files are fine. Any ideas would be greatfully received.&lt;/p&gt;</description></item><item><title>Re: Problem with Access database and ASP Page - IIS 7 and Windows Vista Ultimate</title><link>http://forums.iis.net/p/1108980/1873824.aspx#1873824</link><pubDate>Sat, 12 Jul 2008 15:40:51 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1873824</guid><dc:creator>sivabas2007</dc:creator><cs:applicationKey>iis7_-_classic_asp-41</cs:applicationKey><description>&lt;p&gt;Hello Friend! &lt;/p&gt;
&lt;p&gt;This is siva. I also have the same problem. If you got any idea, please help me... &lt;/p&gt;
&lt;p&gt;you give reply in this mail id: &lt;a href="mailto:sivabas2007@yahoo.co.in"&gt;sivabas2007@yahoo.co.in&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Advance thanks,&lt;/p&gt;
&lt;p&gt;Siva&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: HTTP 500 error 0x800700aa loading .asp pages</title><link>http://forums.iis.net/p/1146952/1872067.aspx#1872067</link><pubDate>Wed, 18 Jun 2008 19:48:38 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1872067</guid><dc:creator>dav1_1</dc:creator><cs:applicationKey>iis7_-_classic_asp-41</cs:applicationKey><description>&lt;p&gt;&amp;nbsp;I am having a nearly identical problem. My classic asp pages work until I use one of the Application, session or server objects, then I get the &amp;#39;8002901d&amp;#39; error as well. Checking Event Viewer / Windows Logs / Application, I have the following entry each time the page is executed&lt;/p&gt;&lt;p&gt;&amp;quot;Error: The Template Persistent Cache initialization failed for Application Pool &amp;#39;ASP.NET 1.1&amp;#39; because of the following error: Could not create a Disk Cache Sub-directory for the Application Pool. The data may have additional error codes..&amp;quot;&lt;/p&gt;&lt;p&gt;These asp pages worked fine until I installed Vista Service Pack 1, then all fail. I&amp;#39;ve already lost the restore point to before SP1 was installed, and uninstalling SP1 did not resolve. I&amp;#39;ve tried every suggestion I could find on the web for IIS 7 setup, but nothing so far has fixed this for me. &lt;/p&gt;&lt;p&gt;&amp;nbsp;HELP!!!&lt;br /&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Access DB connection Error</title><link>http://forums.iis.net/p/1149934/1871957.aspx#1871957</link><pubDate>Tue, 17 Jun 2008 22:30:01 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1871957</guid><dc:creator>ShotoCon</dc:creator><cs:applicationKey>iis7_-_classic_asp-41</cs:applicationKey><description>&lt;p&gt;Hi&lt;/p&gt;&lt;p&gt;I developed a piece of software on my old machine using IIS on Server 2003 (Virtual PC Platform) and have moved it to my new machine to play with.&amp;nbsp; Unfortunately, MSVPC not installable on Vista so using IIS 7.&amp;nbsp; Although I am able to display ASP pages, I am not able to process any information from the access databaes Im using in the back end.&lt;/p&gt;&lt;p&gt;Original message being returned was along these lines:&lt;/p&gt;&lt;p&gt;&lt;b&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; Problem occured whilst processing URL. Please contact System administrator&lt;/b&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Followed advice in other threads on this forum and turned off friendly error messages, this was then returned:&lt;/p&gt;&lt;p&gt;&lt;font face="Arial" size="2"&gt;
&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;font face="Arial" size="2"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; Microsoft OLE DB Provider for ODBC Drivers&lt;/font&gt; &lt;font face="Arial" size="2"&gt;error &amp;#39;80004005&amp;#39;&lt;/font&gt;&lt;/b&gt; 
&lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;font face="Arial" size="2"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; [Microsoft][ODBC Microsoft Access Driver] Disk or 
network error.&lt;/font&gt;&lt;/b&gt; 
&lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;font face="Arial" size="2"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; /quizCreate.asp&lt;/font&gt;&lt;font face="Arial" size="2"&gt;, line 
40&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;&lt;p&gt;The code line it is refering to is of course the db connection opening, so here is the code and all lines before pertaining to it:&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;b&gt;accessDb = &amp;quot;eBug.mdb&amp;quot;&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; myDSN = &amp;quot;DRIVER={Microsoft Access Driver (*.mdb)};&amp;quot;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; myDSN = myDSN &amp;amp; &amp;quot;DBQ=&amp;quot; &amp;amp; server.mappath(accessDb)&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; Set dbConnection = Server.CreateObject(&amp;quot;ADODB.Connection&amp;quot;)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; dbConnection.Open myDSN - &lt;/b&gt;this is line 40&lt;/p&gt;&lt;p&gt;Figured that it was because I was using an Access 2003 database and only have Office (including Access) 2007 on this machine. (is this assumption correct???)&lt;br /&gt; &lt;/p&gt;&lt;p&gt;Downloaded &amp;amp; installed the Access Database Connection stuff from the microsoft website, saved the original db as an Access 2007 DB and changed the connection settings to this:&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;b&gt;accessDb = &amp;quot;eBug.acccdb&amp;quot;&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; myDSN =&amp;quot;Provider = Microsoft.ACE.OLEDB.12.0;&amp;quot;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; myDSN = myDSN &amp;amp; &amp;quot;Data Source = &amp;quot; &amp;amp; Server.mappath(accessDb)&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; Set dbConnection = Server.CreateObject(&amp;quot;ADODB.Connection&amp;quot;)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; dbConnection.Open myDSN&lt;/b&gt;&lt;/p&gt;&lt;p&gt;New error message now:&lt;/p&gt;&lt;p&gt;&lt;font face="Arial" size="2"&gt;
&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font face="Arial" size="2"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;b&gt; Microsoft Office Access Database Engine&lt;/b&gt;&lt;/font&gt;&lt;b&gt; &lt;font face="Arial" size="2"&gt;error 
&amp;#39;80004005&amp;#39;&lt;/font&gt;&lt;/b&gt; 
&lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;font face="Arial" size="2"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; Unspecified error&lt;/font&gt;&lt;/b&gt; 
&lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;font face="Arial" size="2"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; /destroyDB.asp&lt;/font&gt;&lt;font face="Arial" size="2"&gt;, line 
31&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Dont worry that its in a different file, all my files were using the same connection settings to the same database, I am only using this one as an example as it is the one open at this time.&amp;nbsp;&lt;/p&gt;&lt;p&gt;Every user on the machine has full control to this folder, have even run the grant user access command prompts posted in other threads.&lt;/p&gt;&lt;p&gt;Still have no idea why I cannot access information in the database.&amp;nbsp; If you need any more information please let me know and ill happily post it, really hope someone can help me out with this.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;br /&gt;BTW - was I correct in having to upgrade the DB to Access 2007 one, would be really really handy if i didnt have to and could still use 2003 (even if i dont have office 2003 installed) as a lot of my old projects that use access as their DB are configured to access a 2003 DB using the first method shown here.&lt;/p&gt;&lt;p&gt;Cheers&lt;/p&gt;</description></item></channel></rss>