Tagged 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. The introduction of ASP.NET led to use of the term Classic ASP for the original technology.
43
votes
19answers
4k views
Are there benefits to Classic ASP over ASP.net
Having worked with Classic ASP for about 2 years now by creating a few 100 simple web forms I can't see a good reason for switching to .net; however, I'm not that versed in .net so I'm sure I could be ...
37
votes
4answers
23k views
Optimistic vs. Pessimistic locking
I understand the differences between optimistic and pessimistic locking*. Now could someone explain to me when I would use either one in general?
And does the answer to this question change ...
26
votes
4answers
954 views
Can someone explain this SQL injection attack to me?
I wanted to post this here as it is very much coding related and was something I had to clean up this week on one of my company's old ASP (classic) sites.
We got hit with the SQL injection attack ...
23
votes
4answers
12k views
Using ConfigurationManager to load config from an arbitrary location
I'm developing a data access component that will be used in a website that contains a mix of classic ASP and ASP.NET pages, and need a good way to manage its configuration settings. I'd like to use a ...
22
votes
9answers
20k views
Firefox Links to local or network pages do not work
I have a .asp application where image files (.PDF) are stored in a directory (fed by a copier/scanner). The created file names are stored in a database table, When a query is launched from the web ...
21
votes
6answers
13k views
Any good libraries for parsing JSON in Classic ASP?
I've been able to find a zillion libraries for generating JSON in Classic ASP (VBScript) but I haven't been to find ANY for parsing.
I want something that I can pass a JSON string and get back a ...
19
votes
15answers
3k views
ASP.NET MVC reminds me of old Classic ASP spaghetti code
I just went through some MVC tutorials after checking this site out for a while. Is it just me, or does MVC View pages bring back HORRIBLE flashbacks of Classic ASP spaghetti code with all the ...
16
votes
13answers
1k views
Should new programmers learn ASP first or ASP.Net?
My colleague here argues that new programmers must learn ASP first, before they learn ASP.Net.
I seem to agree with him as most new programmers who start with ASP.Net do not understand web get, post ...
16
votes
18answers
14k views
What is the IDE for classic ASP and VBScript?
Yes, I'm stuck supporting a legacy ASP application. I currently have VS2008 installed but it complains incessantly about the ASP and VBScript I am dealing with. What would be a better IDE to use to ...
13
votes
9answers
677 views
Is it worth learning classic ASP?
I know the differences between ASP and ASP.NET generally, as I am new to both, so I don't understand all of them, but I get the fact that ASP.NET is built on top of Microsofts .NET framework, and is ...
12
votes
16answers
875 views
Why continue writing legacy systems?
I have a student position working on some websites for my school. Everything my school does is in VBScript/ASP Classic. I'm a bit confused about something. I can understand that my school as a LOT ...
11
votes
5answers
11k views
will visual studio 2010 support classic asp?
I'm using visual studio 2008 for a classic asp application. Will I be able to upgrade to visual studio 2010?
11
votes
1answer
9k views
Classic ASP on IIS7: refusing to send errors to browser on 500 Internal Server Error
I have classic ASP running on IIS 7.
Even though I configured the ASP "Debugging Properties" to "Send Errors to Browser = True", the web app REFUSES to send errors to the browser and continues to ...
11
votes
6answers
14k views
Calling REST web services from a classic asp page
I'd like to start moving our application business layers into a collection of REST web services. However, most of our Intranet has been built using Classic ASP and most of the developers where I work ...
10
votes
3answers
257 views
How to migrate applications from Classic ASP to ASP.NET MVC?
Currently, we have many web applications (external & internal) developed using Classic ASP through .NET 2.0 technologies. Each of those web applications have their own login screen authenticating ...
10
votes
5answers
329 views
Things that we hated about classic asp but still exist in webforms today
I'm working on a list of reasons for my team to move from webforms to MVC and I thought a good place to start was showing the "why we should migrate" with a set of things both classic asp and webforms ...
10
votes
14answers
3k views
Response.Write vs <%= %>
Bearing in mind this is for classic asp
Which is better, all HTML contained within Response.Write Statements or inserting variables into HTML via <%= %>.
Eg
Response.Write "<table>" & ...
10
votes
9answers
9k views
Classic ASP SQL Injection Protection
What is a strong way to protect against sql injection for a classic asp app?
FYI I am using it with an access DB. (I didnt write the app)
9
votes
1answer
398 views
Implementing lazy-loaded modules in VBScript
A while back, I needed a solution to sanely import libraries in VBScript.
VBScript, for reference, has no build-in import capabilities. The traditional method of importing files is to use SSI, which ...
9
votes
9answers
336 views
Untangling a software mess, time for Big Rewrite?
I recently started a job knowing that the company's practices needed help: no source control, no bug tracking, definitely no automated testing. They told me that their application code wasn’t good. ...
9
votes
4answers
621 views
Finding and removing orphaned web pages, images, and other related files
I am working on a number of websites with files dating back to 2000. These sites have grown organically over time resulting in large numbers of orphaned web pages, include files, images, CSS files, ...
9
votes
5answers
10k views
Does Visual Studio 2008 support classic ASP development?
Does visual studio 2008 support classic asp development?
It's been years since I created a classic ASP website and I was wondering if I can use my current toolset or if I have to resign myself to ...
8
votes
1answer
90 views
Will vsdoc files work for vbscript?
In an attempt to create better intellisense support for legacy classic asp / vbscript, will the visual studios vsdoc files work for other scripting laguages e.g. vbscript?
8
votes
7answers
6k views
Attack on ASP site that uses a SQL server database
We have a survey site that was apparently attacked. The symptoms are identical to what was described on the following page on this site:
...
8
votes
7answers
13k views
Detailed 500 error message, ASP + IIS 7.5
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 detailed error.
I've tried ...
8
votes
4answers
7k views
Is codepage 65001 and utf-8 the same thing?
<%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%>
<!--#include file="conn.asp"-->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" ...
8
votes
5answers
1k views
Sharing login-system between classic ASP and ASP.Net
A client uses classic ASP to log in to their web based backoffice.
I have written a new ASP.Net app to be included in the backoffice, and I need to utilize the already existing login-system, so that ...
8
votes
2answers
6k views
How to guide for getting a classic asp application working under IIS 7.0
I am looking for a nice easy step by step "How To" guide for getting a classic asp application working under IIS 7.0.
It is on a 64 bit windows server 2008 machine if that makes any difference.
8
votes
4answers
51k views
Download a file using Javascript
There's this Excel file I want users to be able to download from my server. There must be an easy way to initiate the download of the file after a click on the "Download" button... but I have no clue ...
8
votes
5answers
1k views
Classic ASP and ASP.NET Integration
In a previous job we had a classic ASP application that no one wanted to migrate to ASP.NET. The things that it did, it did very well.
However there was some new functionality that needed to be ...
8
votes
3answers
6k views
Tools for converting from ASP to ASP.NET?
We have a large ASP (classic ASP) application and we would like to convert it to .NET in order to work on further releases. It makes no sense continuing to use ASP as it is obsolete, and we don't want ...
7
votes
1answer
428 views
Classic ASP site requests randomly hang in IIS7
I have a new IIS7 box running Windows Server 2008 Web Edition (x64), and I have set up an existing classic ASP site there. The site works fine and super speedy for the most part, but will randomly ...
7
votes
5answers
2k views
Setting HTTPONLY for Classic Asp Session Cookie
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.
...
7
votes
8answers
523 views
How can I deal with having to code classic ASP?
I've just accepted a classic ASP project, because I need the work and the pay is good. So, can I use Visual Studio >= 2005 to edit this? Are there other editors that can deal with it, such as ...
7
votes
8answers
858 views
How do I serve a downloadable file online without exposing the physical path?
I'm serving up documents that require the user to register before download. Currently, once you register and login, the links to the documents are displayed as:
myurl.com/docs/mypdf.pdf
So the ...
7
votes
12answers
2k views
Migrating Classic ASP - Webforms or ASP.NET MVC?
I'm doing some maintenance on a classic ASP application for my client, and as I'm looking through the ASP, the following question comes to mind - would it be easier to convert a classic ASP app to ...
7
votes
6answers
16k views
Is try-catch like error handling possible in ASP Classic?
What options are there in ASP Classic for error handling?
For example:
I'm using the Mail.SendMail function but when switching on the testing server it doesn't work, which is normal. I want to test ...
7
votes
3answers
2k views
Outputting a GUID in VBScript ignores all text after it
I'm creating a GUID for use in a Classic ASP application, by using TypeLib. However, even a simple test such as writing the GUID out to the screen is giving me problems - it prints the GUID but ...
7
votes
8answers
9k views
ASP equivalent of Curl (not ASP.NET)
I need to "post" data to a url in the middle of a script. I haven't been able to find anything like curl for windows though, suggestions?
For instance...
User fills out form
Form submits to ...
7
votes
5answers
535 views
Are we moving towards classic ASP using MVC framework in .Net 3.5?
Looking at MVC frameworsk, it seems we require more of classic ASP knowledge then ASP.NET postbacks and Viewstates. Are we moving backwards to complex UI + code logic in the actual HTML?
6
votes
9answers
402 views
Password mismatch while logging to sql server
Alright,
I have a classic asp application and I have a connection string to try to connect to db.
MY connection string looks as follows:
Provider=SQLOLEDB;Data Source=MYPC\MSSQLSERVER;Initial
...
6
votes
4answers
464 views
C# collection to Classic ASP [updated]
I am having trouble exposing a C# collection to Classic ASP.
I've tried to use IEnumerable and Array. but I get the "object not a collection" error.
my method looks like:
public ...
6
votes
3answers
144 views
Is it better to log to file or database?
We're still using old Classic ASP and are wanting to log whenever a user does something in our application. We'll write a generic subroutine to take in the details we want to log.
Should we log this ...
6
votes
6answers
2k views
Get Classic ASP variable from posted JSON
I'm trying to post JSON via AJAX to a Classic ASP page, which retrieves the value, checks a database and returns JSON to the original page.
I can post JSON via AJAX
I can return JSON from ASP
I ...
6
votes
3answers
6k views
How do I enable upload of large files in classic ASP on IIS 7?
Recently I had to get an old ASP application working in IIS 7.5 on a W2K8 server. Almost everything works fine, except that I can't seem to get it to accept uploads larger than ~200kB. I did find a ...
6
votes
4answers
4k 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?
...
6
votes
4answers
1k views
Response.Redirect HTTP status code
Why is it that ASP/ASP.NET Response.Redirect uses a HTTP-302 status code ("Moved Temporarily") even though in most cases a HTTP-301 status code ("Moved Permanently") would be more appropriate?
6
votes
4answers
1k views
In classic ASP, is there a way to handle errors at application level?
In classic ASP, is there a way to handle error at application level?
Is there guidelines for handling error / exceptions in classic ASP 3 ? The Server.GetLastError() not a lot to work with...
I am ...
6
votes
1answer
15k views
Conversion failed when converting from a character string to uniqueidentifier
Created a stored procedure in SQL 9 (2005) and have since upgraded to SQL 10 (2008). Since then, the following stored procedure has stopped working and thrown up the above error:
ALTER PROCEDURE ...
6
votes
4answers
598 views
Unit Testing for VBScript, ASP Code and SQL Server 2000
I have a very old project implemented in (classic) ASP and SQL Server 2000. Because of quality concerns, I've been considering the possibility of implementing some form of automated quality testing. ...