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 way to share cookies across different domains and different applications (classic ASP and ASP.NET)
asp.net cookies asp-classic sharingI'm trying to convert HTML Codes like the &#XXXX; (where XXXX is a number) to plain text using classic …
html vbscript asp-classicI can’t get detailed error reporting for IIS7 for ASP pages on a remote browser connection. However, when I …
iis-7 asp-classicHow can I get the virtual path for a full path in ASP classic. Note that the full path may …
asp-classic server.mappath virtual-pathI am needing to pass parameters into a stored procedure with Classic ASP. I do see some people using the …
stored-procedures asp-classic adoI've weird and strange error showing while I change hosting provider which is: ADODB.Stream error '800a0bbc' Write …
asp-classic adodbLet me start off by saying I'm a PHP developer, not an ASP one. (And I really wish ASP had …
asp-classic issetDoes anyone know how to set up set up a default action for when a ServerXMLHTTP request times out? I'm …
asp-classic timeout javascript serverxmlhttpI'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-301I'm currently trying to secure my classic ASP application from XSS. I came across the AntiXSS from Microsoft on the …
security asp-classic xss