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.

learn more… | top users | synonyms (2)

0
votes
1answer
27 views

Batch file is not being created

I have code that is supposed to make a batch file on my c:\. It is supposed to create it on the onclientclick of my button. When I click on the button it doesn't create the file at the location. Am I ...
0
votes
0answers
8 views

Using Session values inside VBScript

This is an excerpt from an old authentication technique. I'm trying to assign a different value to the Document.Form.XXXXX.Value variables. The values I want are stored inside a Session variable ...
0
votes
0answers
4 views

From Classic ASP consume a ssl .net web service

I've researched the web extensively before posting this questions here, couldn't find anything usefull for me, so here it goes. Sorry in advance for the wall of text. I have a classic ASP website ...
-2
votes
0answers
10 views

What should be the folder contents of the path used to host a site/ app in IIS? [closed]

Does the path content differ when its an application or website? And even websites can consume services right; so how is a web app different from a site. Also, what should the folder contain if its ...
0
votes
0answers
14 views

How to set read permissions for IIS on a network drive (server 2003)

I am working on a project that is running in vb webforms. The site will be running on Server 2003, and I need to access a network folder of images that is used throughout other projects (so I can't ...
0
votes
0answers
22 views

How to export a HTML <table> to a Excel 97-2003 document

I'm making a classic ASP page that needs to export an table tag to an Excel 97-2003 document... My problem is that every coda that I find is written in PHP. I cannot use PHP because the company I ...
-4
votes
0answers
27 views

Extracting keywords from a continuous string with Classic ASP [closed]

Does anyone know how I can extra keywords from a continuous string (domain name) using Classic ASP / VBScript ? E.g. hotelsinboston.com Result hotels in boston Thanks Matt
0
votes
1answer
12 views

SQL query in classic asp using ma access as databse

Here is the statement of select query.. I am getting error as Microsoft OLE DB Provider for ODBC Drivers error '80040e14' [Microsoft][ODBC Microsoft Access Driver] Syntax error in FROM clause. Dim ...
0
votes
0answers
15 views

Embedding an image to a single Excel cell using Classic ASP - is such thing possible?

Short background - I'm exporting an Excel file using Classic ASP, in which I generate a table which is originated at an MS SQL database. One of the columns I retrieve holds paths to images I have on ...
0
votes
1answer
14 views

How can i open an existing Excel file using the classic asp

I have an immediate requirement where I need to open some specific excel sheets from an existing Excel file which resides on a system. I want to know how this can be accomplished using Classic ASP. I ...
0
votes
0answers
19 views

Cant upload file extensions with uppercase letter -ASP Classic

I am using this script to upload images to our server. I use javascript to check that the file extensions are jpg, png or gif. But if they use uppercase letters like GIF, JPG or PNG the doesnt even ...
0
votes
0answers
12 views

Show one row at a time from access database using ASP Classic

I need help with my asp project, There is a loop in my page where only one row from a table is looping through the whole page, instead i want to show only one row then i want to add a button / link ...
0
votes
0answers
20 views

Windbg analysis: What is causing all the AsyncTimerCallbackCompletion queued requests?

I have a load balanced asp.net and classic asp application that recently has start to become unresponsive. I have 3 sets of dumps and most of them have a large amount of requests in the queue but ...
0
votes
1answer
21 views

How to reload without losing filters / asp-javascript

Good morning, I have a page in which I can apply different filters,on load the page loads all the entries in the database,after applying a filter I get the entries of said filter. There is a delete ...
1
vote
3answers
28 views

HTML and ASP codes arent working

I have two separate files, one HTML, the other ASP. Ive looked at numerous guides, and i still cant fix it. When I save these files and test them out, the message is always "null".Why doesnt this ...
-2
votes
1answer
32 views

How to Manage Identity Columns if i want to delete some columns? [closed]

I have set an identity to one column.. and now i want to delete Bottom rows in between ... but also want to add some other data in rows but I Want proper Identity ..
0
votes
0answers
13 views

execute nodejs command from wscript.run in classic asp

I'm trying to execute a nodejs command from a vbscript/classic asp page. I'm starting with lessc (less compiler) but need to use other commands too. nodejs is installed, and I installed lessc in the ...
1
vote
2answers
38 views

Stack overflow error when do a loop inside another loop

In a classic ASP function, when I do a loop inside another as shown in the code below I have a stack overflow error. Function shift(x,y) shift = x For i = 1 to y shift = shift*2 Next End ...
0
votes
1answer
19 views

join two strings into a date time format asp classic

I have two variables X and Y. X has a date as a string(12-Jun-2013) and Y has a time (12:46 pm) I need to put these two together into a date time format before inserting in into a database. Does ...
0
votes
1answer
19 views

jquery and json response data

i try to get the json output after voting but i couldn't get the success message after voting. what kind of a json output i need to write in the voting page. pls help me. i don't know jquery even json ...
0
votes
0answers
19 views

How to invoke a local COM interface from a classic ASP page

This may be completely stupid, but... I have an ASP page that renders with some information queried from a database table associated to a particular computer on our network. I'd like to be able to ...
1
vote
0answers
28 views

ASP Retrieving a trigger-populated field value - worked with earlier version of Oracle

The below sample ASP classic code that I have modified so it can be run via cscript or wscript, communicating with Oracle 8i and using Oracle ODBC Driver 8.01.07.00 running on Windows 2000, returns a ...
0
votes
0answers
16 views

error 500 during the creation of a csv file with ASP classic with some strange characters

Good day. i have a problem with the creation of a csv file in a ASP enviroment: i have a table of clients, which have inside a lot of "strange" characters, i mean things like "°" or "ç" and so on, ...
0
votes
2answers
19 views

Does anyone know if it's possible to open an asp classic frame in a view mvc?

I'm new at the forum and i hope you guys forgive me for my bad english. Anyway, I need some help about if it's possible to get an asp frame and open it inside a MVC View. I researched this but I ...
0
votes
1answer
17 views

ASP classic - Get HTML file name that sent the form data

I'm using ASP classic to get strings from a form on an HTML file using Request.Form("Name") I can add a fake input that will hold the html file's name for me like so: <input name="Page" ...
-4
votes
0answers
13 views

Creating a mail viewer [closed]

I have created a website which intend to view mails which are stored in SQL server. The mails are stored in MIME type. I have already worked out to parse MIME mail type and display it. Now in GUI ...
2
votes
2answers
75 views

Script attack on classic ASP

I have website as Classic ASP as Front end and SQL Server 2005 as Back end. But I am facing a very strange SQL injection on my back end. Some type of CSS with HTML with spamming site is appending ...
0
votes
2answers
28 views

Loading screen in classic ASP page

I have a legacy classic ASP page that is taking a long time to load. This is because before loading it must run a large number of database queries. Load time is upwards of 10 seconds. The page ...
0
votes
1answer
19 views

“Incorrect number of parameters” error while consuming a web service

I have this web service: https://pgws.bpm.bankmellat.ir/pgwchannel/services/pgw?wsdl the web service has bpPayRequest method which takes 10 parameters as web service provider defined it as below: ...
0
votes
0answers
31 views

REPLACE INTO query mysql not working in ASP classic [closed]

objConn.execute("REPLACE INTO ...

1 2 3 4 5 210
15 30 50 per page