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.

Sharing cookies across different domains and different applications (classic ASP and ASP.NET)

Is there a way to share cookies across different domains and different applications (classic ASP and ASP.NET)

asp.net cookies asp-classic sharing
Classic ASP (VBScript) convert HTML codes to plain text

I'm trying to convert HTML Codes like the &#XXXX; (where XXXX is a number) to plain text using classic …

html vbscript asp-classic
Classic ASP Sending errors to browser does not work on IIS7 for remote connections

I can’t get detailed error reporting for IIS7 for ASP pages on a remote browser connection. However, when I …

iis-7 asp-classic
Get virtual path for a full path in asp classic

How can I get the virtual path for a full path in ASP classic. Note that the full path may …

asp-classic server.mappath virtual-path
Classic ASP - ADO execute Stored Procedure passing in parameters

I am needing to pass parameters into a stored procedure with Classic ASP. I do see some people using the …

stored-procedures asp-classic ado
ADODB.Stream error '800a0bbc' Write to file failed

I've weird and strange error showing while I change hosting provider which is: ADODB.Stream error '800a0bbc' Write …

asp-classic adodb
How to tell whether a variable in ASP has been declared

Let me start off by saying I'm a PHP developer, not an ASP one. (And I really wish ASP had …

asp-classic isset
Setting a timeout for ServerXMLHTTP request

Does anyone know how to set up set up a default action for when a ServerXMLHTTP request times out? I'm …

asp-classic timeout javascript serverxmlhttp
Set up 301 redirects from old classic ASP pages to new ASP.NET webforms pages

I've finished developing a website using ASP.NET Webforms and to finish it off I'm in the process of setting …

asp.net redirect asp-classic http-status-code-301
Anti XSS and Classic ASP

I'm currently trying to secure my classic ASP application from XSS. I came across the AntiXSS from Microsoft on the …

security asp-classic xss