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.

How do I convert legacy ASP applications to ASP.NET?

We have a large ASP (classic ASP) application and we would like to convert it to .NET in order to …

asp.net asp-classic code-conversion
How to do a single line If statement in VBScript for Classic-ASP?

The "single line if statement" exists in C# and VB.NET as in many other programming and script languages in …

if-statement syntax vbscript asp-classic
Count how many specific characters in string

I have a search box. My admin user might search for "@MG @EB dorchester". In ASP, I need to count …

vbscript asp-classic
Retrieve ADO Recordset Field names (Classic ASP)

I wonder if someone can help: Long story short, I'm using MSSQL2005 to build a Pivot table. The data being …

asp-classic ado pivot recordset
Classic ASP : C0000005 Error on execution

I'm trying to execute classic ASP pages on a windows 2008 64 bit R2 box. Initially the problem was with registering dlls : …

windows asp-classic windows-server-2008-r2
How to generate MD5 using VBScript in classic ASP?

I need to generate an MD5 in my application. I've tried google but only find PHP code for MD5. I …

asp-classic vbscript md5 md5sum
SQL group_concat function in SQL Server

If there is a table called employee EmpID EmpName ---------- ------------- 1 Mary 1 John 1 Sam 2 Alaina 2 Edward Result I need in …

sql-server-2008 asp-classic
MSXML3.dll 80072efd and 800c0005 errors executing ServerXMLHTTP.send in classic ASP on Windows 7

I have a classic ASP page that I am trying to debug on IIS on Windows 7. The page works fine …

iis-7 asp-classic msxml
.NET vs ASP.NET vs CLR vs ASP

Although I know the terms I used to forget the differences sometimes...So just to maintain a place for reference...…

.net asp.net asp-classic clr
Case Statements versus coded if statements

What is more efficient - handling with case statements in sql or handling the same data using if statements in …

sql asp-classic case-statement