Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What do you use to edit and develop Classic ASP [closed]

What editors and tools do you use to develop in Classic ASP. I am currently use TextPad but its not great so I am looking for alternatives.

The problems that i am having with TextPad is that it seems to try to do syntax highlighting but it gets messed up which makes it hard to read. I feel like using a better tool could be more productive.

like image 604
Brian G Avatar asked Feb 03 '09 13:02

Brian G


4 Answers

Some tools I've used:

  • Visual Studio
  • Notepad
  • Ultra-Edit
  • Notepad++
  • ConText

Visual Studio (both for fee and free versions) works really nicely. Intellisense is a big plus. However any text editor that has code highlighting built in for asp all you really need.

I think you should get extra votes if you start using WinVI

like image 174
Notorious2tall Avatar answered Sep 22 '22 05:09

Notorious2tall


In 2000 (the only time I used it) I used Dreamweaver (I think it was version 4).

like image 34
krusty.ar Avatar answered Sep 22 '22 05:09

krusty.ar


Back in the days I used Homesite http://www.adobe.com/products/homesite/

like image 40
Sardaukar Avatar answered Sep 21 '22 05:09

Sardaukar


VIM is great because you don't have to be on a Windows box to use it. If I'm looking for something easy to introduce somebody to I usually go with the free Komodo Edit.

like image 35
Wally Lawless Avatar answered Sep 20 '22 05:09

Wally Lawless