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.

Unknown email code from CDO.Message send method

I'm trying to send an email via vbscript. Here's my email code: I've hidden the email address of course. In …

email vbscript asp-classic cdo.message
Server.CreateObject("Wscript.Shell") issue - Object Server required error??? ASP/VBscript error

I'll try to keep this basic. I'm trying to run a shell on the server side (not the client). I've …

asp-classic vbscript createobject
Outputting a GUID in VBScript ignores all text after it

I'm creating a GUID for use in a Classic ASP application, by using TypeLib. However, even a simple test such …

asp-classic vbscript guid
Cross Site Scripting Through URL

I have been told to find a fix to Cross Site Scripting (XSS) in some of my bank old .asp …

asp-classic xss javascript-injection
Including .asp file into html file

How can include .asp file inside of html file and have it proccessed besides having to process all html files …

html asp-classic include ssi
Why isn't #Include working on .asp page on IIS7?

SYMPTOM: I have Test_virtual.asp with the following: <body>&nbsp; included content starts here: <!--#…

iis-7 asp-classic server-side-includes
Returning more than 1000 rows in classic asp adodb.recordset

My code in asp classic, doing a mssql database query: rs.pagesize = 1000 ' this should enable paging rs.maxrecords = 0 ' 0 = …

asp-classic ado recordset
Dockerize ASP Classic on IIS

Microsoft has been investing in running docker on windows with Docker Desktop for Windows. Is it possible to run a …

docker asp-classic iis-7 docker-for-windows docker-desktop
Modal popup in Classic ASP?

I write in .NET and in classic ASP. I want to create a modal popup in ASP, like in .NET …

ajax asp-classic modalpopups
Can't write file in classic asp

Ok, it's been a while since I've worked with classic asp so I'm a bit rusty. Here's my question. I'm …

asp-classic filesystemobject