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.

Response.Redirect HTTP status code

Why is it that ASP/ASP.NET Response.Redirect uses a HTTP-302 status code ("Moved Temporarily") even though in most …

c# asp.net http redirect asp-classic
How do I POST data to a remote URL in Classic ASP?

I need to POST data to a url in the middle of a script. User fills out form: Form submits …

asp-classic
Cannot connect from Classic ASP to SQL Server 2008 R2 using SQL Native Client (Windows 7 - IIS7)

I'm able to connect to SQL server 2008 R2 when I use Provider=SQLOLEDB in my connection string. But when I …

sql-server-2008 iis-7 asp-classic connection sql-server-native-client
msxml3.dll error '80072ee2' in ASP Page

We have just moved to a new dedicated server that has Windows 2008 and SQL Server 2008. I am trying to access …

asp-classic serverxmlhttp
How exactly do you configure httpOnly Cookies in ASP Classic?

I'm looking to implement httpOnly in my legacy ASP classic sites. Anyone knows how to do it?

security asp-classic httponly
Read large file line-by-line with ADO Stream?

I want to use ADO Stream to read lines from a local large text file with UTF-8 encoding so I …

asp-classic vbscript ado
How to Create a C# Listener Service for MSMQ as a Windows Service

I'll start by saying I'm not a .NET developer, but have been thrown into a project where I need to …

c# windows-services asp-classic msmq
asp Default document not working on IIS7

I have a classic asp application inside a .NET 4.0 application. I have set the default document to login.asp, but …

iis iis-7 asp-classic default-document
will visual studio 2010 support classic asp?

I'm using visual studio 2008 for a classic asp application. Will I be able to upgrade to visual studio 2010?

visual-studio-2010 asp-classic
convert utf-8 to iso-8859-1 in classic asp

My site now works purely in UTF-8, but in order to send an SMS using serverXMLHTTP I need to convert …

asp-classic character-encoding ado serverxmlhttp