KB4338421 kills .NET .DLLs (interop)
We are experiencing the following problem after installing the July'18 updates and particularly KB4338421 on our server running Windows 2012, we receive the error 0x800A01AD "ActiveX component can't...
View ArticleClassic ASP deploying on Windows Server 2016
Hi All,1) Is it possible to migrate classic asp application into windows 2016 server. If yes what are the challenges to migrate classic asp application into windows server 2016( IIS 10.0).2) Is it...
View Articleunable to access the child window
Hello,Summary of the issue:The issue is occurring in accessing the parent window, when a child window (pop-up) is opened. The references using 'opener' or any reference using window.parent are not...
View ArticleClassic ASP Support and the Future
I know this question has been asked a lot and am hoping that I can get a more clear answer other than it is tied to the OS lifetime support policy. Does anyone know if Classic ASP will continue to be...
View ArticleKB4284835 has killed ASP performance - Are MS Aware?
We have noticed the exact same issue as documented here:http://www.hkvforums.com/viewtopic.php?f=1&t=42508&start=0 Using classes in your asp is now extremely slow. We can fix the issue by...
View ArticleSome fields not displaying from query
We have some old code on our site that is exposed to some longtime clients upon login. For years, parts of it haven't returned the right data, and we've just rolled with it. The other day, I got the...
View ArticleErrorCode 80040e14 Description Syntax error (missing operator) in query...
Hi folks,I was wondering if somebody could provide some assistance.. I've been battling with this absolutely atrocious app for weeks now. Company I work for is INSISTANT on using a 16 year old banner...
View ArticleASP classic “execute” is incredibly slow on local server
<div class="post-text" itemprop="text">I am executing these two cycles in Classic ASP:for g=1 to 5000 dummy=1 nextandfor g=1 to 5000 execute("dummy=1") nextOn cloud server (Windows 2008 with IIS...
View ArticleErrorCode 80040e14 Description Syntax error (missing operator) in query...
Hi folks,I was wondering if somebody could provide some assistance.. I've been battling with this absolutely atrocious app for weeks now. Company I work for is INSISTANT on using a 16 year old banner...
View ArticleOpen Access database from classic ASP
Hello.I have ran my classic ASP pages for many years on diff. Windows Server OS, and it has worked very well.Now I've set up a machine with Windows 10 Enterprise and installed IIS (and ASP support). My...
View ArticleFortify Scan For Classic Asp Application - Issue
Hello All,We have an classic asp application that has the below code to open up files.Dim ConnectionIf fn_gblnCreateConnection(Connection) = false ThenResponse.Redirect("../../Global/error.asp")End...
View ArticleClassic ASP Not Installed by default...
Greetings mates,As a disclaimer, I posted this question on General forum on forums.asp.net but I was asked to ask the question here.First, I did not find a forum for classic ASP. So, I hope that...
View ArticleOraOLEDB error '80040e4b'
Greetings experts,My partner that handles classic ASP (yes, we still use it) but he is on vacation for a month and I am backing her up.I have not used classic ASP in more than 10 years.Yesterday, one...
View ArticleDeliberate DSN-Less Connection Failure to SQL Server Database
I'm getting an (expected) error message with a DSN-Less connection to a SQL database on a SQL Server that says:Microsoft OLE DB Provider for SQL Servererror '80004005'[DBNETLIB][ConnectionOpen...
View ArticleNot enough space on temporaly disk
(sorry for my bad english :-)I use again for an old website ASP and a connection to Access database.For some reaseons, when I think this website get to many connexions I have a message that look like...
View ArticleASP Errors 0115 being logged by the application randomly
Hi,We have a legacy application built in classic asp which has most of its pages calling the COM dll's using Server.CreateObject.In the last few months, we have been receiving multiple complaints from...
View ArticleHow automatic input text value(form/page input) from searcing page(form/page...
hi please help solve this problem in asp classic.i want fill text value(form/page input) automatic if i click value in page master? thanks.
View ArticleClassic ASP invokes dll - works in 32 bit OS but fails in 64 bit OS with IIS 7.5
Hi,I am working on a Classic ASP application. It uses dlls to upload and download files to web server.FunctionUpload.dll is registered using the regsvr32.exe command. It works fine in Windows 2003...
View ArticleHTTP Error 404.17 - Not Found
Working on a legacy website that was handed down to me. Everything I have read so far points to ASP not being installed is what is generating this error. I have installed ASP but still no joy. I...
View Article