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.

Using ConfigurationManager to load config from an arbitrary location

I'm developing a data access component that will be used in a website that contains a mix of classic ASP …

asp.net configuration asp-classic
How to prevent 'query timeout expired'? (SQLNCLI11 error '80040e31')

I have a connection to a MS SQL Server 2012 database in classic ASP (VBScript). This is my connection string: Provider=…

sql sql-server vbscript asp-classic sql-server-2012-express
SQL Server Pre-Login Handshake Acknowledgement Error

We have a production website with a mixture of classic ASP, inline .Net and compiled .Net that talks to a …

asp.net sql-server asp-classic sql-server-2012 iis-8
Regex to split a CSV

I know this (or similar) has been asked many times but having tried out numerous possibilities I've not been able …

regex csv asp-classic split quotes
How do you debug classic ASP?

I have to debug a classic asp site being served by IIS 7 (windows 2008). How can I do this? I have …

debugging iis iis-7 asp-classic
Any good libraries for parsing JSON in Classic ASP?

I've been able to find a zillion libraries for generating JSON in Classic ASP (VBScript) but I haven't been to …

json asp-classic vbscript
Is codepage 65001 and utf-8 the same thing?

<%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%> <!--#include file="conn.asp"--> <!DOCTYPE html PUBLIC "-//W3C//…

asp-classic codepages
ASP pages in IIS using Localhost 401.3 Error do not have permission

I have just installed the IIS so I can view asp files in a browser but when I put the …

iis asp-classic
Check if an Object exists in VBScript

I'm maintaining a Classic ASP app written in VB Script by an outside company long, long ago. I have an …

asp-classic vbscript object
How to unregister the assembly registered using regasm

I registered one of my dlls on the development machine using regasm as below (ASP application) In a cmd prompt, …

dll asp-classic dllregistration