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.

What happens if the meta tags are present in the document body?

I am working on a ASP application and the code, template and files are organized in a way that does …

html templates asp-classic seo meta-tags
Get SQL Server schema via a SQL query?

I've inherited a clunky and horribly un-documented site from a bad developer and am trying to get a look at …

sql-server asp-classic
How do I use MSXML2.ServerXMLHTTP to grab data from another site?

We have the folowing link: http://mvp.sos.state.ga.us/ Rather than create a db to replicate information that …

asp-classic serverxmlhttp
How to upload files with asp-classic

I want to create a page with asp-classic where users can upload files or zipped folders. I've searched in Google …

asp-classic
Classic ASP on IIS7: refusing to send errors to browser on 500 Internal Server Error

I have classic ASP running on IIS 7. Even though I configured the ASP "Debugging Properties" to "Send Errors to Browser = …

iis-7 asp-classic iis-7.5
"Operation is not allowed when the object is closed" when executing stored procedure

This is my stored procedure, and when I am calling it from my classic ASP code, I am getting the …

sql-server asp-classic
Response.Write vs <%= %>

Bearing in mind this is for classic asp Which is better, all HTML contained within Response.Write Statements or inserting …

asp-classic vbscript
What is the best way to iterate through an array in Classic Asp VBScript?

In the code below For i = LBound(arr) To UBound(arr) What is the point in asking using LBound? Surely …

arrays asp-classic vbscript
How do I enable upload of large files in classic ASP on IIS 7?

Recently I had to get an old ASP application working in IIS 7.5 on a W2K8 server. Almost everything works …

iis iis-7 asp-classic
How to return a JSON object in classic ASP

I want to return a JSON object using a classic ASP script (it's part of an AJAX request). If I …

ajax json asp-classic