Active Server Pages (ASP), also known as Classic ASP or ASP Classic, was Microsoft's first server-side script-engine for dynamically-generated web pages. The introduction of ASP.NET led to use of the term Classic ASP for the original technology.
0
votes
0answers
5 views
ASP display subcategories with similar categories using repeater
I'm trying to build a large menu with div's for each "Category". In each div the is based on the "Category" that I'm pulling from a SQL table. Under the will be a with list items that are ...
0
votes
0answers
3 views
XMLDOM.save(Response) do nothing instead of throwing exception
Instead of fail with "buffer limit exceeded" error this code works, but do absolutely nothing. Repsonse is empty and there's nothing indicating that something gone wrong.
reponseXML = ...
0
votes
0answers
10 views
ASP Jscript, do I need to escape certain characters when using CreateParameters on insert statement
I have recently changed my insert statements to use .CreateParameter in ASP JScript in order to avoid SQL injections.
I use to do a simple insert and was escaping certain characters for fields from ...
0
votes
0answers
17 views
Converting extended ASCII characters sometimes produces negative numbers
I'm having a problem with strings containing extended ASCII characters in classic ASP/VBScript. While reading each each character of the string I get some negative values from the Asc() function.
...
0
votes
0answers
16 views
How to grab google visitor keyword query in asp clasic?
I want save google search terms in my database. I'm using asp and mysql database.
0
votes
0answers
19 views
passing multidimensional array from asp to vb6 dll
I have tried every help available on all other relative topics, but nothing sorted out the issue , Code is as below
VB6 (DLL Code):
Public Function enterorder(vals() As Variant, ordhdr() As Variant) ...
0
votes
1answer
15 views
ASP JSON library
I'm useing JSON2.asp for classic asp support for parsing JSON.
the string i'm getting from the server is something like that
{'title':['aaa',0,'1',''],'columns':['aaa','bbb','ccc','ddd']}
the asp ...
0
votes
2answers
35 views
how to insert date in sql table with different format?
My problem here is that i have a date value as 05/09/2013 in a HTML text box which cannot be altered. now sql only accepts date format as yyyy/mm/dd... so while inserting this textbox value into sql ...
0
votes
0answers
13 views
Canonical Redirect with classic ASP shows site folder
If pointed to http://domain.com it redirects to http://www.domain.com/thesite/index.asp which is the actual location. No matter the page, it always appends the actual folder path.
ive been using ...
0
votes
0answers
16 views
how to perform a word merge using asp which uses a query into access and get it to print?
I am currently making a project which requires me to use a mail merge in MS Word. This is run through a system which is currently on a server and has a template file with the merge fields ready to go. ...
0
votes
0answers
22 views
Classic ASP and Internet Explorer 7
I have a page that produces more than 50,000 lines of code after it runs.
Although hard to believe (sarcasm), IE7 chokes up on it (gives me slow script warning), and of course IE6 is worse. I get ...
0
votes
1answer
49 views
how to get file name in classic ASP
Problem: I have a form
<form action="validate.asp" method="post" ENCTYPE="multipart/form-data">
which has a file field input type= "file"
now I need to retrieve the file name in the ...
0
votes
2answers
46 views
Classic ASP Type Mismatch
I'm having some troubles with a Session variable on Classic ASP.
On line 19 of the following code, I'm getting a "Type mismatch: 'i'" error
debug.asp is a module included in session.asp, another ...
0
votes
2answers
61 views
Is it possible to use .asp extension for ASP.NET code?
I want to ask if it's possible to configure server to work with .asp extensioned files as with ASP.NET pages. Or it's absolutly denied to not mix new code with old ASP?
1
vote
0answers
17 views
Failed to Attach to Script process in VS2010
I am trying to attach to w3wp.exe to debug classic asp.
i am attaching to type "Script", but get the following error:
Failed to attach to these type(s) of code: Script: A debugger is already ...
0
votes
0answers
18 views
Insert long string into Access DB using parametrised query in classic ASP
I'm trying to update a classic ASP application and as part of the update I've tried to replace dynamic SQL using string concatenation with a parametrised query.
The problem is that the parameters ...
0
votes
0answers
25 views
SQL Server 2008 R2, Hebrew returned as question marks
I've got an ASP Classic site hosted on IIS 7, powered by SQL Server 2008 R2.
The data in the tables of the DB is in Hebrew.
The problem is that when I try accessing the data from the site (as ...
0
votes
1answer
32 views
how to validate form and sending email
i have one form that validate form fields with javascript and sending email with VBscript. how ever validation works fine but email not sent to email account.
VBScript to sending email:
<%
posted ...
0
votes
1answer
24 views
SQL Server 2005 Connection with ASP classic
I want to connect main page with user login in ASP. I use MS SQL 2005 and I wrote below codes but I didnt get any result. Could anyone help me about connectionstrings?
Dim MyLogin
Set MyLogin = ...
1
vote
0answers
23 views
Getting web page is not responding in IE10
My web application is developed with classic ASP page, Java Applets and VB script. It also communicates with ISAPI dll.In some machines My application is working fine in IE10.
In some other machines ...
0
votes
2answers
32 views
Classic ASP converting ampersand values into characters
I am saving html values to the DB.
Values such as:
® ®
They save correctly to DB, but when I pull back the code it returns to the textarea as:
® ®
What can I do to ...
-2
votes
0answers
45 views
Should I take a step back in technology for a better career opportunity? [closed]
Should I consider taking a position that uses classic asp for a better position/company over staying with my current position which I develop in ASP.NET MVC ?
I also started with asp.net web forms ...
3
votes
2answers
38 views
Missing Results from Recordset
I'm having an issue when I create a recordset object in classic asp where my recordset object does not recognize the correct number of results.
My code:
subProdQuery = "SELECT idProduct, idSupplier ...
0
votes
0answers
25 views
How to upload file and other information using Classic ASP
What is the alternative for classic ASP like in php for uploading a file and other information from a form?
PHP would be
$mime = $dbLink->real_escape_string($_FILES['uploaded_file']['type']);
...
0
votes
0answers
17 views
Replacing frames in an existing web app
Situation:
We have an Intranet webportal that has been developed and has been handed over to me.
The portal is in classic ASP, and involves a lot of work over the last 5-8 years. migrating to .Net ...
1
vote
2answers
27 views
MYSQL, COUNT = 0 Error
MYSQL newbie
My SQL/ASP:
sQuery = "SELECT ID, Shop, Make, COUNT(*) AS iTotal From Test.Makes WHERE Shop = " & s & " GROUP BY Make ORDER BY Make ASC;"
The table contains 1 line ID=1, ...
0
votes
1answer
12 views
Retrieving parameters from request ASP Classic 3.0
Is there a problem or difference between retrieving the request parameter as follows:
Request("<ParamName>")
Instead of:
Request.Form("<ParamName>") or
...
-1
votes
0answers
22 views
Data provider or other service returned an E_FAIL status - ERROR
I'm trying to run an asp webpage and I'm using vbscript. I have an SQL query to gather a collection of records and then I need them outputing into a table on the page. Sounds pretty straight forward ...
-2
votes
0answers
24 views
how to display a table of 1600 records in calssic asp [closed]
I want to display a table of 1600 records and want to updated every time when a new user enters.and the table should also show a pop-up menu when clicking on a data how can i create this table in ...
0
votes
1answer
35 views
Getting value from enter key submit
How can I get the content when the enter key is pressed?
<script language="JavaScript">
var HttPRequest = false;
function doCallAjax(Mode) {
HttPRequest = false;
if (window.XMLHttpRequest) { ...
0
votes
1answer
23 views
Query a Junction Table from MS Access Database in a ASP / C# Webpage
I'm writing a ASP page where: Student Logs in -> Student Reaches Welcome Page w/ Link to Show them Their Enrolled Courses -> Linked Page Shows Course Info, Description etc.
I have MS Access database ...
0
votes
0answers
32 views
How to get accented characters to work in classic ASP generated Excel file?
I have this classic ASP code that gets data from a SQL Server database, and then creates an Excel file using Response.ContentType = "application/vnd.ms-excel".
However some of the data has names ...
0
votes
1answer
20 views
abcpdf7 vb6 is letter wrapping, rather than word wrapping
I am working on some legacy code and system, and trying to get auto -resizing of text working.
however, despite the code working really well. This also wraps actual single words into two words.
for ...
2
votes
2answers
53 views
calling a long running vb6 com object in classic asp .. time out error
I have a long running vb6 Com object called from a classic asp page
it works perfectly when there is not a lot to do but it times out if it has to do a lot.
is there a way of calling it async so it ...
0
votes
1answer
24 views
Capturing Last Executed Sql Statement in Classic ASP
How to capture the last executed sql statement on a classic asp website.
My classic asp website is on windows 2008 and sql 2008
i'm handling errors using server.transfer to an asp page 500.asp
i'm ...
0
votes
1answer
20 views
Can someone tell me why I am not getting a response to MSXML2.ServerXMLHTTP.6.0 in classic asp?
Can someone tell me why I am not getting a response?
<%
RssURL = "https://api.twitter.com/1/statuses/user_timeline.rss?screen_name=nrcGOV"
Set xmlHttp = ...
0
votes
0answers
24 views
how to send email using Persits.MailSender
i want to send email using Persits.MailSender object. i found one solution and i include this code this solution works and Object created:
<%
posted = request.form ("submit")
if posted = "Submit" ...
1
vote
2answers
35 views
Problems with returning a row in MySQL, ASP
I'm just making the switch from ASP/Access to ASP/MYSQL
I'm working with the default tables in MYSQL.
I'm trying to write a query that counts the records and will allow me to list the contents at ...
0
votes
1answer
26 views
Paypal DoDirectPayment: Live transaction failed
I have integrated paypal in my application using NVP call in ASP. i used sandbox accounts to test the paypal. it worked perfectly. but when it comes to live account its showing the error
"This ...
1
vote
2answers
49 views
VBScript class property is empty after setting a value
I made a class in VBScript and used it in asp classic to instatiate an object:
This is my class:
<%
Class RBAC
Public dateTimeValue
Public userIdValue
Public fileIdValue
...
0
votes
1answer
38 views
Does Asp support Hash (bcrypt) Passwords like in PHP
Is there a way to use Hash (bcrypt) Passwords in ASP like in PHP... the following would be the code for PHP but what is the alternative for ASP .. is it the same and just change things around? does ...
1
vote
2answers
35 views
Adding multiple markers to Google Map
I'm looking to add markers for each business listed to a Google map v3 API on this page in the top right hand corner.
I'm not sure how to do this for multiple postcodes, but the one we currently use ...
0
votes
1answer
27 views
how to retrieve a specific data from database in ASP and put that data in a variable
Problem: i have a database called admin which has id, username and password column. Now i need to put this id in a variable called "Dim ID" for a specific username.
If I run this querry
...
0
votes
0answers
14 views
Error with Log In with PayPal - JavaScript Button Integration with Classic ASP
Im having a certified problem here when try to do a POST.
Here is my code:
client_id = "XXXX"
client_secret = "XXXX"
code = request.QueryString("code")
sRequest = "client_id=" & client_id & ...
0
votes
1answer
31 views
Classic ASP CStr not working
I need help with Error 800A000D - Type mismatch that i am receiving in the sub bellow:
<!-- #include file="Regex.asp" -->
<%
Call moverzipado()
Sub moverzipado()
dim nomeArquivoZip, ...
0
votes
0answers
27 views
How do I get rss feed xml schema back from twitter api in Classic ASP into an local file
Here is my asp file calling the url:
<%
Response.Expires = -1
URLToRSS = "https://api.twitter.com/1/statuses/user_timeline.rss?screen_name=nrcGOV"
Set xmlHttp = ...
0
votes
1answer
25 views
Gridview inside another Gridview using item template
I have a problem using a rowcommand of gridview that is in another gridview
the problem is that when I add an event to the second gridview that is in an item template of another gridview the event ...
0
votes
2answers
18 views
Is there a way to show picture if html has been included in another file
Problem: I have a file called index.html. this file has been included in another file called main.asp.
<!--#include virtual="/template/index.html"-->
index.html has a image tag <img ...
0
votes
2answers
53 views
execute stored procedure in classic asp and return values
I need to call from a asp page a stored procedure I have in SQL 2008 and pass to it two values and at the end return the count of two variables.
this is the stored procedure I have:
/****** ...
1
vote
0answers
26 views
Asp-Classic ADODB Recordset missing Records
one of the simplest Components in my website just stopped working from one day to the other without any changes in Code.
'Connection Declaration as connection
Set rs = Server.CreateObject ...





