3

Where can I find an editor for "classic" ASP code?

Pops
  • 28,257
  • 34
  • 127
  • 149
nimi
  • 4,891
  • 13
  • 55
  • 83

9 Answers9

4

I always use VS2008 (supports intellisense, highlighting and debugging from SP1) if I'm doing lots of changes, Notepad2 for quick ones (no intellisense, only highlighting)

Eduardo Molteni
  • 37,007
  • 23
  • 135
  • 201
2

I am partial to plain old notepad, but notepad++ offers some nice features.

Notepadd++

Here is a codeproject project with intellisense

Dustin Laine
  • 36,015
  • 9
  • 81
  • 121
1

I always used Text Pad - those were the days..

Aim Kai
  • 2,920
  • 20
  • 33
1

Visual Studio 2008 SP1

Visual Interdev

Dreamweaver

Orhan Cinar
  • 8,135
  • 2
  • 32
  • 47
1

I have always been a big fan of Dreamweaver for classic ASP. I really like the split screen view to see the code and the designer interface at the same time.

Visual Studio 2008 with the ability to do the split-screen view is also nice.

Swoop
  • 1,403
  • 4
  • 18
  • 34
0

Although I use VS for coding, in the same genre of Notepad++

Programmer's Notepad

Pretty colours, folding, logical projects and tons of other features.

It's the editor I use for opening existing asp code without the hassle of opening VS. (as asp code doesn't necessarily need a recompile)

Kamal
  • 2,482
  • 2
  • 33
  • 47
0

Although I used to use DreamWeaver or Notepad++, these days I like using VS2008. Mainly because you can attach to process and Debug your ASP code which, when I discovered it, caused me to do a merry jig around the office. You can even get some intellisense. (type Response. and it'll give you all the options .End .Write .Redirect etc..

Rob
  • 164
  • 1
  • 9
0

I personally use TopStyle at work: http://svanas.dynip.com/topstyle/

In addition to classic ASP, it is pretty handy for HTML, CSS, Javascript with syntax highlighting, parens matching, etc.

Chase
  • 62,262
  • 16
  • 135
  • 160
0

I love Ultra edit for working on classic asp sites, but also any text editing it's great. Lightweight, fast, never crashes.

Only downside is you have to pay for it.

Bmw
  • 407
  • 1
  • 3
  • 11