1
vote
2answers
22 views
Caching recordsets in ASP Classic?
How can you best cache disconnected ADODB recordsets application wide in a classic asp scenario?
It does not seem like it is possible to store disconnected recordsets in application state, or am I …
1
vote
0answers
22 views
Background File Copy process in ASP
Hi All,
I have an application in classic ASP. On click of a button, it copies a file and its relative folder from one folder to another folder, and displays a link to user for the destination folder. …
1
vote
5answers
42 views
Anyone have benchmarks / speed tests comparing Classic ASP vs ASP.NET 2.0 or 3.5?
I'm thinking about using ASP.NET in a new project I'm starting and I'm wondering if it's faster than classic ASP. I've been using classic for years, and never ran into any problems, but I really want …
0
votes
3answers
42 views
ASP IDE on Windows
What is the best free alternative to Visual Studio for ASP development on Windows platform?
0
votes
1answer
16 views
Eclipse – ASP classic plugin
Where can I find an Eclipse plugin for ASP classic?
1
vote
3answers
39 views
Uploading in ASP to IIS 5.1
First - I know XP isn't great at hosting, but as the site is only for my personal use, and I already have an XP licence, that's what I'm using...
I'm using the pure asp upload script from link text …
1
vote
2answers
42 views
IIS7 and Classic ASP Sessions
I've got an old web app written in Classic ASP which used to run on an IIS6 server no problem, then long story short, I moved it onto a Linux server running SunOne ASP which also worked fine (after a …
0
votes
1answer
28 views
Debuging Classic ASP causes Visual Studio 2008 to Crash - How To Fix?
I'm debugging classic asp code using VS 2008 sp1 on windows 7. Everything works great, I attach to the process and can debug. However, If I stop debugging visual studio will crash.
I read the …
1
vote
2answers
62 views
Formatting floating point numbers in ASP
A friend asked me to update his shopping cart software. It's written in classical ASP using IE's JScript. I can't seem to format the variables correctly.
. <% if (oOrder['product'] == "camera")
{ …
0
votes
1answer
34 views
Access and classic ASP error 80004005 System resource exceeded.
An old site on shared hosting has developed an error when executing a simple SQL statement
Microsoft JET Database Engine error '80004005'
System resource exceeded.
/411971/users1.asp, line 68
…
1
vote
2answers
40 views
How do you Debug/Run classic asp pages in Visual Studio 2008?
Whenever I try to open a classic asp page while running the site in VS2008 I get the error: "This type of page is not served".
How do you Debug/Run classic asp pages in Visual Studio 2008?
0
votes
2answers
38 views
Can i embed an image on my asp send mail?
hello all
i have a client that has old school asp. Is it possible to edit the asp file to embeded an image? i only have the asp file and inside that asp file it has an auto response form like this
…
2
votes
1answer
30 views
Has anyone used Classic ASP with SQL Server 2008 and it’s new FileStream feature?
I'm getting ready to use SQL Server 2008's FileStream capability but I'm not sure if Classic ASP can read and write from SQL 2008 FileStream. We still have an old application we'd like to update to …
3
votes
3answers
69 views
Classic ASP super newbie question
OK, So I have recently moved into the world of Web development after spending quite a few years coding in a pretty simple proprietary language, and one of my first jobs is to tweak an old classic ASP …
3
votes
6answers
61 views
Classic ASP - using one connection for many queries?
Consider a classic ASP site running on IIS6 with a dedicated SQL Server 2008 backend...
Scenario 1:
Open Connection
Do 15 queries, updates etc all through the ASP-page
Close Connection
Scenario 2:
…
