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 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.messageI'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 createobjectI'm creating a GUID for use in a Classic ASP application, by using TypeLib. However, even a simple test such …
asp-classic vbscript guidI have been told to find a fix to Cross Site Scripting (XSS) in some of my bank old .asp …
asp-classic xss javascript-injectionHow can include .asp file inside of html file and have it proccessed besides having to process all html files …
html asp-classic include ssiSYMPTOM: I have Test_virtual.asp with the following: <body> included content starts here: <!--#…
iis-7 asp-classic server-side-includesMy code in asp classic, doing a mssql database query: rs.pagesize = 1000 ' this should enable paging rs.maxrecords = 0 ' 0 = …
asp-classic ado recordsetMicrosoft 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-desktopI write in .NET and in classic ASP. I want to create a modal popup in ASP, like in .NET …
ajax asp-classic modalpopupsOk, 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