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.

ASP - How to get URL of Referring Site

This is an ASP question, not ASP.Net. Assume there are two sites: www.domain-1.com www.domain-2.com www.…

asp-classic
Calling SQL Stored Procedure with Output Parameter in VBScript

I've written a VBScript function to call a stored procedure. In the past, I've written a number of functions calling …

sql asp-classic vbscript adodb
How to get the insert ID from this ADODB.Recordset?

I'm trying to avoid using straight SQL queries in my web app. I looked around and have come to the …

asp-classic ado
request.serverVariables() "URL" vs "Script_Name"

I am maintaining a classic asp application and while going over the code I came across two similar lines of …

url asp-classic request.servervariables
Server-side comments: What's the equivalent of <%-- --%> in ASP Classic?

What's the equivalent of <%-- --%> in ASP Classic? I have to modify a legacy ASP application and …

vbscript asp-classic
How to get the IP address of Client Using Javascript

Hi Please let me know how can i get the client IP address. I have used the following . Ip = <…

javascript asp-classic ssi
What is required for an IIS site to send error details to the browser?

I am receiving a Server Error on an ASP Classic site running on IIS 7.5. I have "Send Errors To Browser" …

iis iis-7 asp-classic iis-7.5 windows-server-2008-r2
ADODB.Fields error '800a0cc1' Item cannot be found in the collection

I need to create a select box with query data from my Database by using the query technique that I've …

sql asp-classic ms-access-2007
Classic ASP: Multiple ASPSESSIONID in cookies

I have a problem with a classic asp page and I just cannot solve it since 3 days. The page is …

session iis cookies asp-classic iis-6
Asp Classic return specific http status code

How can I return a specific http status code from an asp classic?

http asp-classic http-status-codes