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.
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-classicI 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-expressWe 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-8I 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 quotesI 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-classicI'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<%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%> <!--#include file="conn.asp"--> <!DOCTYPE html PUBLIC "-//W3C//…
asp-classic codepagesI have just installed the IIS so I can view asp files in a browser but when I put the …
iis asp-classicI'm maintaining a Classic ASP app written in VB Script by an outside company long, long ago. I have an …
asp-classic vbscript objectI registered one of my dlls on the development machine using regasm as below (ASP application) In a cmd prompt, …
dll asp-classic dllregistration