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.

Retrieving parameters from request ASP Classic 3.0

Is there a problem or difference between retrieving the request parameter as follows: Request("<ParamName>") Instead of: Request.…

asp-classic request http-request-parameters
What connection string do I use for Classic ASP and Oracle 10g?

I have Oracle 10g and have installed ODBC via the instant client. I am able to use the ODBC administrator …

asp-classic oracle10g dsn
Return SQL Identity to VB Variable on INSERT

Hi I have some code below and I wish to return the resultant Identity Number when I execute the SQL …

sql asp-classic ado
Can a VB6 project use a .Net .dll

I have a VB6 project. My question is can I call a .NET .dll that has all the business rules …

.net vb6 asp-classic vb6-migration
difference between server.createObject and createobject in asp classic

according to http://msdn.microsoft.com/en-us/library/ms524620.aspx you should use server.createObject If you are already familiar …

com asp-classic instantiation createobject
CDO.Message.1 error '80040213' with Google Address

Been having an issue trying to move our ASP page CDO over to gmail. It's about to drive me crazy. …

vbscript asp-classic cdo.message
ASP/VBScript ServerXmlHttp Encoding

I'm pulling an RSS feed from a remote location using ServerXmlHttp: Dim httpRequest set httpRequest = server.createObject("Msxml2.ServerXMLHTTP.6.0") httpRequest.…

encoding asp-classic vbscript serverxmlhttp
Classic ASP - When to close recordset

I would like to know, which of the following examples is the best for closing a recordset object in my …

object asp-classic recordset
Classic ASP Authenticate Against Active Directory

I have a Classic ASP website (sorry!). Some parts of it need to be NT authentication enabled. I would ideally …

asp-classic active-directory ldap ldap-query