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 is the biggest data type to use as a local variable in a stored procedure?

I have the next issue: --DECLARE @TEST NVARCHAR(MAX) --DECLARE @TEST2 NVARCHAR(MAX) DECLARE @TEST NTEXT DECLARE @TEST2 NTEXT NVARCHAR(…

sql-server text asp-classic procedure nvarchar
VBScript conditional short-circuiting workaround

I have a large classic ASP app that I have to maintain, and I repeatedly find myself thwarted by the …

asp-classic vbscript
ASP Classic check for database NULL value in Recordset

I'm getting an ADODB Recordset and I need to check the value of a nullable column in ASP Classic. How …

asp-classic null adodb
what's the difference between <% %> and <script language="vbscript" runat="server"> in classic asp?

I couldn't find much documentation on the web so far now, the obvious difference seems to be that you cant …

asp-classic vbscript runatserver
How do you get the name of the current virtual directory using ASP Classic?

How do you get the name of the current virtual directory using ASP Classic? In ASP.NET you can use …

asp-classic virtual-directory
Is it better to log to file or database?

We're still using old Classic ASP and want to log whenever a user does something in our application. We'll write …

sql-server logging asp-classic
Check for Nothing in vbscript/classic asp

I need to update an old classic asp, and I have to call a function that normally returns an array, …

arrays asp-classic nothing
Mapping classic asp pages to .net in IIS

I'm trying to map requests for classic asp pages to be handled by .net, so that it runs through a …

asp.net iis asp-classic wildcard-mapping
CDO.Message.1 error '80070005' Access is denied.

I am getting this error when I try to send via the local server CDO.Message.1 error '80070005' Access …

iis-7 asp-classic cdo.message
No clue.. Overflow, Microsoft VBScript runtime error '800a0006'

I'm receiving suddenly this error on a Win2003 Server Web Application: Microsoft VBScript runtime error '800a0006' Overflow: 'Appname' …

asp-classic vbscript iis-6 windows-server-2003