asp-classic Questions
11
I have to move some customer sites from a very old IIS Server to a newer one, and some sites have troubles to work in the correct way. Most of them complain about a failure called:
Microsoft OLE D...
Wrangle asked 11/1, 2013 at 14:47
4
Solved
I am working with a legacy ASP Classic solution which is load balanced (via external hardware and has an IIS site the home directory of which is an UNC path. I've been told that the following issue...
Piefer asked 23/9, 2008 at 20:24
8
I have a ASP application. On click of a particular link, some VB scripts are executed and an ASP page is to be shown, but instead I get a screen that says:
Information Not Available.
The reques...
Trici asked 17/1, 2012 at 9:26
3
Solved
I'm having a problem with Spanish characters in a classic asp site. A user is able to submit their name/address in a form on an aspx page. The aspx page then does an ajax post to a classic asp page...
Atronna asked 22/8, 2012 at 23:40
3
I'm changing my application to work with utf-8 pages.
So every ASP page has this code
Response.CodePage = 65001
Response.CharSet = "utf-8"
And HTML
<meta charset="UTF-8" />
<meta http...
Skysweeper asked 20/7, 2015 at 19:6
2
Solved
I am trying to make LINK FINDER app in ASP
It working is divided into 5 step
Send http request to server at www.foo.com
Check status of request
If its 200 then move to step 4 otherwise show erro...
Dight asked 3/12, 2013 at 18:16
6
Solved
I get "The ORDER BY clause is invalid in views, inline functions, derived tables, subqueries, and common table expressions, unless TOP or FOR XML is also specified." error with the following code. ...
Enterogastrone asked 16/3, 2010 at 12:19
19
Solved
I know this (or similar) has been asked many times but having tried out numerous possibilities I've not been able to find a a regex that works 100%.
I've got a CSV file and I'm trying to split it ...
Fostoria asked 9/8, 2013 at 10:14
4
Solved
I have a classic ASP app that I am trying to connect to a SQL Server 2008 database on a different server. The ASP app is being served from IIS7 on Windows Server 2008.
I have changed the web site's...
Hormone asked 16/7, 2009 at 19:28
3
Solved
i just moved from my old host to Godaddy, which seems to be a worst web host with no support.
i moved my asp website (written in classic asp) to the new godaddy windows hosting. but when i run th...
Kella asked 14/8, 2014 at 19:6
9
I have a classic ASP website running on a Windows Server 2012 box. One page makes a HTTP request to another application over https using code like this:
Sub ShopXML4http(url, inStr, outStr, method...
Posterity asked 25/1, 2014 at 19:10
9
This question has been asked long time ago on serverfault but no working awnser. I'm hoping somebody has encountered it and found a solution since then.
Example:
<%
Response.Write True
Respons...
Rarotonga asked 2/4, 2013 at 9:1
7
Solved
I have just installed the IIS so I can view asp files in a browser but when I put the address in a browser as : http://localhost/index.asp I get an error.
The error shows this:
HTTP Error 401....
Lashio asked 22/11, 2011 at 19:55
15
Solved
I have a site running Classic-ASP and on the login page I would like to delay the response to a failed login attempt (by like 10 seconds) to help prevent brute force attacks on accounts.
Quick goo...
Henequen asked 10/2, 2010 at 14:18
15
Solved
IIS 7.5 , 2008rc2, classic asp, 500 error msg:
The page cannot be displayed because an internal server error has occurred.
I need to know how to configure IIS to get a more detailed error.
I'v...
Jaffa asked 14/4, 2010 at 19:49
8
Does anyone know exactly how to set HTTPONLY on classic ASP session cookies?
This is the final thing that's been flagged in a vulnerability scan and needs fixing ASAP, so any help is appreciated.
...
Across asked 7/6, 2010 at 15:14
5
Solved
I have a binary string that I need to write to a file. I have a feeling that this should be a simple procedure, but then again, VBScript. The FileSystemObject is of no help, since it munges the dat...
Syndrome asked 7/4, 2011 at 18:58
2
Solved
I am building a "quick little" app which needs a small database.
I want to use Classic ASP (i.e. not ASP.NET), and I am wondering about SQLite for the database.
It is possible to use SQLite from ...
Blisse asked 17/9, 2009 at 8:42
1
I found that vbscript class member variables can be replaced by outer constants value.
Example VBScript code:
''' save as test.vbs file
Class Person
Private name
Public Sub hi
name= "inner_...
Grits asked 11/4, 2023 at 14:13
6
I have one variable
Dim tt="2008-10-20 10:00:00.0000000"
I want to change it into date,
Lashawnda asked 3/1, 2012 at 9:44
3
Solved
I'm fairly new to asp and I've got a syntax error I would like help on if you can.
I've got an ASP page that shows a table that pulls data from sql. Most of the data hasn't been populated yet so r...
Emergence asked 21/10, 2015 at 8:31
4
How to redirect domain to another domain, when the first domain (webpage) load?
Glutton asked 10/8, 2010 at 15:1
5
Solved
Im writing an small code and I need to add tomorrow's date on it. The format should be YYYY-MM-DD and I already tried " DateAdd("d",1,d_now) and it returns MM-DD-YYYY. How can I format this to YYYY...
Tully asked 17/1, 2011 at 20:12
2
Solved
I have this ASP classic code that will return a set of records (recordset):
adoRs.Open "EXEC SP_SelectFromTable", adocn, 1
Its obviously from a Stored Procedure source. Now I use a AbsolutePage ...
Carving asked 27/1, 2014 at 11:39
6
Solved
I have been searching for a way to insert linebreaks in my code for when I view my source. I am not looking for <br />
Something like the PHP equiv to \n
Any ideas on how to do this in ASP?...
Thomasina asked 14/12, 2008 at 20:48
1 Next >
© 2022 - 2025 — McMap. All rights reserved.