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.

Classic ASP - SQL Server 2008 Connection String using Windows Authentication

This should be painfully simple, but I cannot come up with a working connection string for a local copy of …

database sql-server-2008 asp-classic connection-string ado
Classic ASP SQL Injection Protection

What is a strong way to protect against sql injection for a classic asp app? FYI I am using it …

security ms-access asp-classic sql-injection
Classic ASP text substitution and UTF-8 encoding

We have a website that uses Classic ASP. Part of our release process substitutes values in a file and we …

asp-classic utf-8 iis-6
Debugging Classic ASP in Visual Studio 2010

I have read this question and this page linked to in the question, as well as dozens of other articles …

visual-studio-2010 asp-classic
How to guide for getting a classic asp application working under IIS 7.0

I am looking for a nice easy step by step "How To" guide for getting a classic asp application working …

iis iis-7 asp-classic
An error occurred in the secure channel support - Classic ASP HTTP Request

I have a classic ASP website running on a Windows Server 2012 box. One page makes a HTTP request to another …

iis asp-classic xmlhttprequest windows-server-2012
Classic ASP: I'm getting a type mismatch error when I shouldn't

I have a function for turning HTML encoded text back into HTML. It works great normally, but for some reason, …

asp-classic type-mismatch
Difference between asp and asp.net

What is the difference between asp and asp.net?

asp.net asp-classic
Setting HTTPONLY for Classic Asp Session Cookie

Does anyone know exactly how to set HTTPONLY on classic ASP session cookies? This is the final thing that's been …

asp-classic httponly session-cookies
Create classic asp project in Visual Studio 2010 from scratch

I have always developed on ASP.NET on 2.0 and higher .NET framework. I am trying to create a website in …

asp-classic