Top "Asp-classic" questions

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.

Url Redirection in Classic Asp page

I have a issue related to redirection I want to apply redirection if someone uses http://mywebsite.com/ then the …

asp-classic redirect http-status-code-302
ADO.RecordCount equals - 1 problem

When ever I try to access the RecordCount property, I always get a return value of -1. Below is my …

asp-classic ado
IsNumeric function not working correctly

I have very strange problem with IsNumeric function in classic asp fail. Something like this happens in my code: Response.…

asp-classic isnumeric
IIS Express and Classic ASP

I'm trying to get a classic ASP site set up on IIS Express under Windows XP. I am able to …

asp-classic iis-express
How can i format an LDAP Filter that includes special characters? ('Classic' ASP)

I'm having trouble retrieving information via LDAP for certain groups I have the DistinguishedName of. The issue seems to relate …

asp-classic ldap ldap-query
Call a function written on VB from a JScript code (classic ASP)

Currently I have to deal with the legacy system written in VB. I'm not good with VB and ASP, so …

asp-classic vbscript jscript
Best way to convert from asp to aspx

I have got a bunch of classic asp pages(around 400 pages).However my client doesn't want me to rewrite the …

asp.net asp-classic code-migration
ZURB Foundation, switching tab programmatically

Im using asp with foundation, is there anyway to switch between a tab to another using JS or ASP? Link (…

javascript asp-classic zurb-foundation
Classic ASP Store objects in the session object

I am new to classic ASP and I need to code a web application in classic asp because the customer …

session asp-classic object-persistence
Classic ASP server-side JSON library

I have inherited some Classic ASP code and I need a JSON library that can be instantiated and run server-side …

javascript json asp-classic legacy