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.

Specifying decimal places on a variable in a string

after briefly looking for a few hours I see multiple solutions to my problem but I am struggling to implement …

asp-classic decimal-point
Global.ASA does not work in IIS7.5

I have many projects written in old classic ASP where Global.asa used to work perfectly fine. Since I have …

asp-classic global.asa
Request.Form ASP not Working

This feels like a very stupid question, but I've been trying and searching for hours and can't figure out the …

asp-classic request.form
A complete image manupulation solution in classical ASP

Does anyone have a past experience on implementing a complete image manipulation solution in classical ASP? I need a solution …

asp-classic image-manipulation imagemagick phpthumb
server is giving me the following error msxml3.dll

I'm using classic ASP and Server.XMLHTTP. My code has been working for years and all of a sudden today, …

asp-classic serverxmlhttp msxml3
Post XML to classic asp page and retrieve the post data on page

To post data on classic asp page i am using below code Dim stringXML, httpRequest, postResponse stringXML = "<?xml version=""1.0"" …

xml vbscript asp-classic serverxmlhttp
Classic ASP: ASPSessionID is reused

I know how to handle this in ASP.NET, but is there a way to force the Classic ASP Session …

asp-classic sessionid
Why can't I enter a NULL value using Numeric or Date type in Postgresql?

I'm doing a little application for the work and it includes a form. When the person using the form doesn't …

postgresql asp-classic vbscript postgresql-9.0
Turn off automatic quote insertion in Visual Studio 2010

I am editing a huge number of legacy ASP pages that have been converted over to C#. One problem is …

visual-studio visual-studio-2010 asp-classic double-quotes
How to get the length of Japanese characters in Javascript?

I have an ASP Classic page with SHIFT_JIS charset. The meta tag under the page's head section is like …

javascript unicode asp-classic cjk shift-jis