Skip to main content

Questions tagged [asp-classic]

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. The introduction of ASP.NET led to use of the term Classic ASP for the original technology.

asp-classic
-1 votes
0 answers
40 views

Link Two Dropdown Boxes Connected to SQL Server Database

I am trying to get two dropdown boxes on my website to be "linked" or communicate with each other. The boxes' information is coming from tables in an SQL Server database. So I have two boxes,...
kingklick's user avatar
1 vote
1 answer
54 views

MSXML2.ServerXMLHTTP.6.0 object .send not working in IIS classic ASP [duplicate]

I have this code and it works fine on my local machine. I moved it to our development server and when .Send is getting the error -2147483638 The data necessary to complete this operation is not yet ...
Spottedbass's user avatar
-2 votes
0 answers
16 views

Classic asp url rewrite [duplicate]

I want to rewrite the classic asp url from http://localhost/detail.asp?c=text.html&s=45 to http://localhost/text.html?s=45 what url rewrite web.config rule I have to use?
Amit's user avatar
  • 1
0 votes
0 answers
92 views

mdb database not working after upgrade from Win 7 to Win 10

I've today upgraded from Windows 7 to Windows 10. I've installed IIS (10) and moved the various sites into the the default folder (wwwroot) Typing 'http://localhost/warweb/' in the browser opens the ...
chtyrone's user avatar
0 votes
0 answers
40 views

ADO recordset returns COUNT field incorrect or syntax error in ASP [duplicate]

I'm receiving the error below once my code reaches rs.Update and I'm not sure why. It was working on a previous server but the error started after I migrated to a newer site & sql server. ...
BrettKB's user avatar
  • 205
-2 votes
1 answer
82 views

In classic Asp is it possible to change value to an unknown variable? [duplicate]

Don't know if title exactly fit what I need to know. I searched for an answer in Stackoverflow (and Internet too) without success (maybe I was not able to find it). I have a web app written many years ...
boerig's user avatar
  • 17
0 votes
1 answer
47 views

Error of Access-Control-Allow-Origin for post request with data

I try to create a post ajax request with data using Axios when the server side is ASP classic and the client side is React using type script this is my server side : <% Response.AddHeader "...
hedbisker's user avatar
  • 317
0 votes
2 answers
74 views

ASP classic cant change data in Application by ajax request

I try to call a simple ajax request from client side to server side, but I have a problem with it when I press the button I have no change in this page even when I got the alert("OK!"); and ...
hedbisker's user avatar
  • 317
0 votes
0 answers
77 views

How can I execute logic code on ASP Classic Server side by using Jquery ajax? [duplicate]

I try to create a simple page using ASP Classic without database and basic login I have a table with a list of cars that I can book for the user and the user can unbook the car this website should be ...
hedbisker's user avatar
  • 317
0 votes
0 answers
36 views

Migrating an ASP application between services shows ODBC Driver error: data source name not found [duplicate]

I'm migrating an ASP application from Windows Server 2003 to Windows Server 2016, with an Oracle database located on another server. I have already installed all the extensions that the application ...
felipe Reis's user avatar
0 votes
0 answers
66 views

Varchar(max) causing other other accesses of the record set to return null [duplicate]

With an SQL Server table set up as A INT B VARCHAR(MAX) C INT And accessessing this in ASP Classic set RS = oConn.Execute("SELECT A,B,C FROM Table") RS("A") returns A RS("B&...
user3597269's user avatar
0 votes
0 answers
96 views

ASP Classic / JS multi select filter

I am trying to create a filter to display records assigned to multiple groups not just one as currently set up below. Maybe via a checkbox. Any assistance would be appreciated. ASP classic with JS ...
P1nkPanther's user avatar
0 votes
0 answers
97 views

Missing VBScript.Encrypt on Windows Server 2019 [duplicate]

I'm in the process of trying to migrate a really old web application to a new Windows Server 2019 box. The old application is coded in ASP and uses <%@ LANGUAGE = VBScript.Encrypt %> As the ...
Joseph Quinn's user avatar
-2 votes
1 answer
145 views

How to identify a user's location [duplicate]

I have a Classic ASP application that several users log into from several different physical store locations. They are all hitting the same database and web server of course. But I would like to know ...
Bigtime's user avatar
1 vote
1 answer
93 views

ASP Fix/Int functions not behaving as expected [duplicate]

While debugging I found this weird thing in a custom RoundMid() function : test = 148.325 * 100 + 0.5 Response.Write test ' Returns 14833 Response.Write Fix(test) ' Returns 14832 ??????? ...
Vaka's user avatar
  • 41

15 30 50 per page
1
2 3 4 5
765