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 Aptana, NetBeans? Are there add-ins to other editors that allow them to deal with it? I don’t want to go back to Visual Studio 6, because these days I find that quite a hateful product. b
Share
I’ve worked extensively with ASP-Classic and ASP.NET for many years and I can categorically state that without question the best way to edit and debug ASP Classic code remains Visual Studio (2005 & 2008, I have yet test the experience in 2010 yet).
If you have VS2005 or VS2008 then by all means go ahead and use it.
Sorry if this sounds a bit dogmatic but I do tend to get a little irritated with the “Edit it text editor, debug it with Response.Write” crowd. Its simply isn’t necessary and is very painful. Its true that debugging ASP is not as slick as ASP.NET (you can’t just press the “run” button) but its close, much closer than many people seem to think.