PDA

View Full Version : best asp editor


avivit
09-23-2004, 02:39 PM
Hi,

I would like to know what good editors are there for asp pages?

Dreamweaver MX does not show the asp page correctly, if it was not made using it's templates.
Is there a better software for asp?

I would also like the software to debug asp, etc.

About what software can you recoomend?

Thanks

fractalvibes
09-23-2004, 03:14 PM
For Classic ASP I prefer EditPlus.

fv

M@rco
09-24-2004, 10:26 AM
Dreamweaver MX does not show the asp page correctly, if it was not made using it's templates.What doesn't it display correctly? DW is the only coding tool that I use, and I have never had any problems. But you must realise that WYSIWYG tools ignore the ASP code when showing you the layout view, so you need to code in such a way that the HTML code remains valid when the ASP is stripped away. It's no trouble to do this but it's something you must be aware of.

gwendaal
09-24-2004, 11:25 AM
same thing than fractalvibes
EditPLus is the best for me (but I have visual studio for asp net)
and u can use it for XML, CSS XHTML , ect .....

And for DreamWeaver I prefer not to say what I think :-))

avivit
09-26-2004, 09:42 AM
Thanks.

So I understand that Visual Interdev does not show it too.
Right?
The case is as you say - the html part os displayed, but not the asp part.

Roy Sinclair
09-27-2004, 09:08 PM
Thanks.

So I understand that Visual Interdev does not show it too.
Right?
The case is as you say - the html part os displayed, but not the asp part.

Visual Interdev works fine, you have both the useless WYSIWYG view and the code view with color highlighting available.

mack
09-28-2004, 02:41 AM
You can't executing ASP code client-side. It must be executed on a server.

You can set up a server yourself, try checking www.w3schools.com for help. I use Hotdog Professional 7, which you can buy for $99 at www.sausage.com. I love the program :thumbsup:

jbot
09-28-2004, 12:08 PM
I use Hotdog Professional 7, which you can buy for $99 at www.sausage.com. I love the program

now there's a blast from the past.

anyone remember HotMetal, too. very good it was as well. :D

ASP-Hosting.ca
09-29-2004, 08:15 PM
For both classic ASP and ASP.NET I prefer Visual Studio (Interdev and VS.NET 2003)

iatek
10-03-2004, 09:02 PM
I still like HomeSite -- Macromedia (www.macromedia.com')

oracleguy
10-04-2004, 12:37 AM
I still like HomeSite -- Macromedia (www.macromedia.com')

Me too. :) And god forbid if I have to do some ColdFusion, it makes it easy.

jbot
10-04-2004, 08:22 PM
I still like HomeSite

yeah, that's pretty good, too.


if I have to do some ColdFusion, it makes it easy.

does it handle JSP/JSTL as well. that would interest me in using it again?

ghell
10-04-2004, 08:27 PM
i use visual studio.net enterprise architect (and probably some other fancy name thing which i cant be arsed to write)

it was expensive but .. all i use it for is colour highlighting and it keeps indentations... i prefer it to dreamweaver a lot but i dont know why :p

BigDaddy
10-06-2004, 05:23 PM
HTML-Kit. I've used EditPad--it's got good search features, but nothing beats html-kit for ease of use.