Server object error 'ASP 0177 : 80070002'
Hi All,Can someone please shed some light on how to register a DLL and use it in classic ASP?I've followed several pages and almost all are the same when it comes to creating the DLL (I created it with...
View ArticleMicrosoft VBScript runtime error '800a0046'
Hello All,I write a simple code to check the ADODB.Connection. but it's giving below error.This page was last refreshed on 9/1/2015 3:00:57 PM, LOGON_USER: Creating ADODB.COnnection object.Microsoft...
View ArticleOpen file from secured (https) site
Hello,I have an extranet (https) site that is set to open files located on a file server. This works fine when I'm connected to the VPN, but when I'm disconnected I get "Cannot find...
View ArticleSearch data from sql server using textbox in classic asp
I am unable to search data in asp the code is given bellow :<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Search Petition...
View ArticleIIS 7.5 Classic ASP application hangs process, requires service restart
Hi,I have a client who has a moderately popular website. The entire site is written in classic ASP running on Windows Server 2008 R2 fully patched and IIS 7.5. Occasionally, his entire site will...
View Articleadvance search
I am trying to do a SQL query script that does a search and return, all the record if no specific word or phrase as been select for a drop down menu or typed e.g. it show all country or all...
View ArticleWhere is "Recalculate"???
OK I'm finally switching from Server 2003/IIS 6.0 to Server 2012/IIS 8.5.So I'm trying to use Classic Mode and ASP which I think I have setup correctly.In IIS 6.0, I had to "Recalculate Server...
View ArticleMaximum requesting entity body limit
Hello All,I am migrating from Win 2003 to 2012 server. I am having an issue with one of my asp application on 2012 server. Application works fine on 2003 server. After some research, I found that I...
View ArticleClassic app function not working from remote computer while working in localhost
Hi, we've experiencing a weird issue with our classic web application after migrating to a new server (from 2003 to 2012 R2). It working well for almost all functions except product detail page, when...
View ArticleHow to handle quote marks in a text input field in a form.
I have a form with a text input (search) field.Here it is allowed to use double quote marks to define a combined search word.It could look like 'good bad "1 2" nice' where '1 2' is a combined search...
View ArticleWindows 2012 Asp Classic
Hello Sorry My English I have WEBSITE developed in ASP CLASSIC on a Windows 2003 The company changed the server to a WINDOWS 2012 On this change , already managed by all in working with exception of...
View ArticleTotal Items in a Group
I've got a group working (from some code I found on Stack Exchange) and it does what I need so far. However, I'd like to have subtotals for the items for each group. Here is my chunk of code:strSQL2...
View ArticleUnable to run working IIS 7 Classic ASP application on IIS 8
I am migrating a classic ASP application from IIS 7 to IIS 8 but am getting Object_required:_'Application(...) error when calling function in Global.asa.On checking Global.asa , the problem is...
View ArticlePrint Flyers in Classic Asp website.
I want to use print flyers option in my website.. Please provide me Code or any help.. or any api if any service provider is there?Please share some link or any 3rd party tool if is there any?
View ArticleError Form.
We have a form of personal data, not all are required. If there is an error shown above and always display correctly. The problem is after all there is written correctly an impediment to continue. The...
View ArticleReading From a text file and splitting the string
Hi, I am having trouble reading from a text file. It is suppose to read from the text file in a loop. Going through line by line. For each line, there will be a separator "|". I need it to split the...
View ArticleProblem creating big xlsx file from Classic ASP using...
Hi.I have a classic ASP page that write on an xlsx file.This is the code:set conExcel = Server.CreateObject("ADODB.Connection") conExcel.Open "Provider=Microsoft.ACE.OLEDB.12.0;Data Source=" &...
View ArticlePerformance Counter discrepancies (bug in counters?)
Odd one.My company has a large and cumbersome classic ASP application that has to run under a classic piplelined .net 2.0 appPool. InProc sessions are used to maintain connectivity between the client...
View ArticleUploading large files
I have an existing Classic ASP site which has just been move to a new host. It work on the old host but not on the new one. If I try and upload a file that is 121mg via the admin side of the site it...
View ArticleCombobox dependent on a table
Hello, I need help to create a combobox dependentI have a table called "COLLEGE", within her own columns: COL_IDCOL_NameCOL_USERCOL_IMAGEHow should work:- The first combo will list all data in the...
View Article