PDA

View Full Version : What program should i use for asp?


BarrMan
12-12-2005, 06:42 PM
Hi, i used visual interdev untill now, it has a problem and i can't run it anymore...
I need some advice of other programs i should use for asp... anyone got an idea?

hinch
12-12-2005, 11:28 PM
i use either interdev or notepad

perhaps editplus which is just colour coded notepad too

Bullschmidt
12-13-2005, 04:49 AM
My favorite code editor:

NoteTab Pro
http://www.notetab.com
NoteTab Pro is an HTML editor that has search & replace for disk files and highlights HTML tags and costs about $19.95 (as of 8/2000).
NoteTab Light is freeware and doesn't have the features mentioned above.
The editors have the capabilities to use "clip libraries" which one can generate so the user can for instance doubleclick on Response.Flush (or some other item in a list that one can control) and have that or something similar instantly placed on the page.
Also one can control what is placed on the main toolbar.

BarrMan
12-13-2005, 07:02 AM
Thanks for the replys, i would like a pro software or a software that has colors and when i write the start of a function it gives me a list of functions i have for this function.

degsy
12-13-2005, 04:05 PM
Dreamweaver is a good all round code editor when in code mode. It also has the design mode with inbuilt ASP functions and ships with Homesite.

MS are offering Visual Studio Express 2005 along with SQL Server Express
http://msdn.microsoft.com/vstudio/express/vwd/

BarrMan
12-13-2005, 04:18 PM
Thanks for the replys guys, but i would like to try solve my interdev problem since i like it the best.
I'll post a new thread for that so if you can help me solve that plz do.

Thanks