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.
Is there a problem or difference between retrieving the request parameter as follows: Request("<ParamName>") Instead of: Request.…
asp-classic request http-request-parametersI have Oracle 10g and have installed ODBC via the instant client. I am able to use the ODBC administrator …
asp-classic oracle10g dsnHi I have some code below and I wish to return the resultant Identity Number when I execute the SQL …
sql asp-classic adoI have a VB6 project. My question is can I call a .NET .dll that has all the business rules …
.net vb6 asp-classic vb6-migrationaccording to http://msdn.microsoft.com/en-us/library/ms524620.aspx you should use server.createObject If you are already familiar …
com asp-classic instantiation createobjectOn II7 we host a WCF/asp.net based API. In order to allow users of a classic asp application …
asp.net api iis-7 asp-classic transport-securityBeen having an issue trying to move our ASP page CDO over to gmail. It's about to drive me crazy. …
vbscript asp-classic cdo.messageI'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 serverxmlhttpI would like to know, which of the following examples is the best for closing a recordset object in my …
object asp-classic recordsetI 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