ASP Development Environment - Tools
-
I recently got pulled into a gig maintaining and improving a website that's written using ASP; NOT ASP.NET. I've been pulling my hair out trying to debug this stuff. I'm currently using the trial version of Dreamweaver which is making things worse because it crashes all the time and the debugger option is not visible on the menu. And don't get me started on its so-called designer...USELESS! I'd like to eventually rewrite this website using ASP.NET and C# but until that time I need to be able to quickly and easily fix issues and add features. What tools can anyone recommend for development and debugging? I'm used to Delphi and Visual Studio so don't even suggest command line tools. I want an IDE with built-in debugging or at least a good HTML/Javascript/VBScript editor that can integrate/interface with FTP to upload files and a server-side debugger. Thanks.
-
I recently got pulled into a gig maintaining and improving a website that's written using ASP; NOT ASP.NET. I've been pulling my hair out trying to debug this stuff. I'm currently using the trial version of Dreamweaver which is making things worse because it crashes all the time and the debugger option is not visible on the menu. And don't get me started on its so-called designer...USELESS! I'd like to eventually rewrite this website using ASP.NET and C# but until that time I need to be able to quickly and easily fix issues and add features. What tools can anyone recommend for development and debugging? I'm used to Delphi and Visual Studio so don't even suggest command line tools. I want an IDE with built-in debugging or at least a good HTML/Javascript/VBScript editor that can integrate/interface with FTP to upload files and a server-side debugger. Thanks.
Visual InterDev 6.0 was always the weapon of choice back in the day.
"I know you believe you understood what you think I said, but I am not sure you realize what you heard is not what I meant."
-
I recently got pulled into a gig maintaining and improving a website that's written using ASP; NOT ASP.NET. I've been pulling my hair out trying to debug this stuff. I'm currently using the trial version of Dreamweaver which is making things worse because it crashes all the time and the debugger option is not visible on the menu. And don't get me started on its so-called designer...USELESS! I'd like to eventually rewrite this website using ASP.NET and C# but until that time I need to be able to quickly and easily fix issues and add features. What tools can anyone recommend for development and debugging? I'm used to Delphi and Visual Studio so don't even suggest command line tools. I want an IDE with built-in debugging or at least a good HTML/Javascript/VBScript editor that can integrate/interface with FTP to upload files and a server-side debugger. Thanks.
Notepad! ;)
Why can't I be applicable like John? - Me, April 2011
-----
Beidh ceol, caint agus craic againn - Seán Bán Breathnach
-----
Da mihi sis crustum Etruscum cum omnibus in eo!
-----
Just because a thing is new don’t mean that it’s better - Will Rogers, September 4, 1932 -
Notepad! ;)
Why can't I be applicable like John? - Me, April 2011
-----
Beidh ceol, caint agus craic againn - Seán Bán Breathnach
-----
Da mihi sis crustum Etruscum cum omnibus in eo!
-----
Just because a thing is new don’t mean that it’s better - Will Rogers, September 4, 1932Wuss. vi.
*pre-emptive celebratory nipple tassle jiggle* - Sean Ewington
"Mind bleach! Send me mind bleach!" - Nagy Vilmos
My blog | My articles | MoXAML PowerToys | Mole 2010 - debugging made easier - my favourite utility
-
Wuss. vi.
*pre-emptive celebratory nipple tassle jiggle* - Sean Ewington
"Mind bleach! Send me mind bleach!" - Nagy Vilmos
My blog | My articles | MoXAML PowerToys | Mole 2010 - debugging made easier - my favourite utility
oh posh! What's wrong with ex?
Panic, Chaos, Destruction. My work here is done. Drink. Get drunk. Fall over - P O'H OK, I will win to day or my name isn't Ethel Crudacre! - DD Ethel Crudacre I cannot live by bread alone. Bacon and ketchup are needed as well. - Trollslayer Have a bit more patience with newbies. Of course some of them act dumb - they're often *students*, for heaven's sake - Terry Pratchett
-
I recently got pulled into a gig maintaining and improving a website that's written using ASP; NOT ASP.NET. I've been pulling my hair out trying to debug this stuff. I'm currently using the trial version of Dreamweaver which is making things worse because it crashes all the time and the debugger option is not visible on the menu. And don't get me started on its so-called designer...USELESS! I'd like to eventually rewrite this website using ASP.NET and C# but until that time I need to be able to quickly and easily fix issues and add features. What tools can anyone recommend for development and debugging? I'm used to Delphi and Visual Studio so don't even suggest command line tools. I want an IDE with built-in debugging or at least a good HTML/Javascript/VBScript editor that can integrate/interface with FTP to upload files and a server-side debugger. Thanks.
AlphaMatrix is right.
m.bergman
For Bruce Schneier, quanta only have one state : afraid.
To succeed in the world it is not enough to be stupid, you must also be well-mannered. -- Voltaire
Honesty is the best policy, but insanity is a better defense. -- Steve Landesberg
I am not a chatbot.
-
Wuss. vi.
*pre-emptive celebratory nipple tassle jiggle* - Sean Ewington
"Mind bleach! Send me mind bleach!" - Nagy Vilmos
My blog | My articles | MoXAML PowerToys | Mole 2010 - debugging made easier - my favourite utility
+5 for VIM POWER
-
I recently got pulled into a gig maintaining and improving a website that's written using ASP; NOT ASP.NET. I've been pulling my hair out trying to debug this stuff. I'm currently using the trial version of Dreamweaver which is making things worse because it crashes all the time and the debugger option is not visible on the menu. And don't get me started on its so-called designer...USELESS! I'd like to eventually rewrite this website using ASP.NET and C# but until that time I need to be able to quickly and easily fix issues and add features. What tools can anyone recommend for development and debugging? I'm used to Delphi and Visual Studio so don't even suggest command line tools. I want an IDE with built-in debugging or at least a good HTML/Javascript/VBScript editor that can integrate/interface with FTP to upload files and a server-side debugger. Thanks.
I use araneae for the code and Filezilla for the upload. In html issues I take Namo. For debugging... hm. Normally you won't need a line debugger. Use Response.write for server-side and Response.write "alert('" & yourASPvalue & "')" for client-side outputs (or, its equivalent in mixed sources, alert('<%=yourASPvalue%>')). If it's this special sort of shabby source with html, javascript, Components, ajaxed UI and so forth... I'd recommend aborange Searcher, a writing pad and pen, and a large pot of coffee. A very large one :^) -Jürgen
-
I recently got pulled into a gig maintaining and improving a website that's written using ASP; NOT ASP.NET. I've been pulling my hair out trying to debug this stuff. I'm currently using the trial version of Dreamweaver which is making things worse because it crashes all the time and the debugger option is not visible on the menu. And don't get me started on its so-called designer...USELESS! I'd like to eventually rewrite this website using ASP.NET and C# but until that time I need to be able to quickly and easily fix issues and add features. What tools can anyone recommend for development and debugging? I'm used to Delphi and Visual Studio so don't even suggest command line tools. I want an IDE with built-in debugging or at least a good HTML/Javascript/VBScript editor that can integrate/interface with FTP to upload files and a server-side debugger. Thanks.
Hi DrDirks, for writing code with syntax-highlighting you can take VS from 2002/03 till webdeveloper express 2010. Activate "Show line numbers". For debugging use <% Option Explicit %> in the second line of code - incidently it enhances the performance. Run the scripts on your MS webserver. In IIS 7(.5) you find the ASP section => Compilation => Debugging Properties: set every entry to "True" execpt "Logging to NT..." that you'll don't need. After that you should be able to get detailed error massages including the line-nummer of code the error arises.
cwp42
-
Notepad! ;)
Why can't I be applicable like John? - Me, April 2011
-----
Beidh ceol, caint agus craic againn - Seán Bán Breathnach
-----
Da mihi sis crustum Etruscum cum omnibus in eo!
-----
Just because a thing is new don’t mean that it’s better - Will Rogers, September 4, 1932Edlin
==================================== Transvestites - Roberts in Disguise! ====================================
-
Wuss. vi.
*pre-emptive celebratory nipple tassle jiggle* - Sean Ewington
"Mind bleach! Send me mind bleach!" - Nagy Vilmos
My blog | My articles | MoXAML PowerToys | Mole 2010 - debugging made easier - my favourite utility
Real Programmers use Emacs (or butterflies) See here. [^]
Three types of people in this world, those that can count and those that can't www.casserlyprogramming.com
-
I recently got pulled into a gig maintaining and improving a website that's written using ASP; NOT ASP.NET. I've been pulling my hair out trying to debug this stuff. I'm currently using the trial version of Dreamweaver which is making things worse because it crashes all the time and the debugger option is not visible on the menu. And don't get me started on its so-called designer...USELESS! I'd like to eventually rewrite this website using ASP.NET and C# but until that time I need to be able to quickly and easily fix issues and add features. What tools can anyone recommend for development and debugging? I'm used to Delphi and Visual Studio so don't even suggest command line tools. I want an IDE with built-in debugging or at least a good HTML/Javascript/VBScript editor that can integrate/interface with FTP to upload files and a server-side debugger. Thanks.
Try these: 1) Html-Kit http://htmlkit.com/[^] 2) Notepad++ http://notepad-plus-plus.org/[^] 3) Visual Studio Express editions
Vasudevan Deepak Kumar Personal Homepage
Tech Gossips
The woods are lovely, dark and deep, But I have promises to keep, And miles to go before I sleep, And miles to go before I sleep! -
I recently got pulled into a gig maintaining and improving a website that's written using ASP; NOT ASP.NET. I've been pulling my hair out trying to debug this stuff. I'm currently using the trial version of Dreamweaver which is making things worse because it crashes all the time and the debugger option is not visible on the menu. And don't get me started on its so-called designer...USELESS! I'd like to eventually rewrite this website using ASP.NET and C# but until that time I need to be able to quickly and easily fix issues and add features. What tools can anyone recommend for development and debugging? I'm used to Delphi and Visual Studio so don't even suggest command line tools. I want an IDE with built-in debugging or at least a good HTML/Javascript/VBScript editor that can integrate/interface with FTP to upload files and a server-side debugger. Thanks.
May not be what you're after, but the Developer Tools in IE (F12) allow you to debug server side scripts....
C# has already designed away most of the tedium of C++.
-
May not be what you're after, but the Developer Tools in IE (F12) allow you to debug server side scripts....
C# has already designed away most of the tedium of C++.
RichardGrimmer wrote:
IE (F12) allow you to debug server side scripts
:confused:
Vasudevan Deepak Kumar Personal Homepage
Tech Gossips
The woods are lovely, dark and deep, But I have promises to keep, And miles to go before I sleep, And miles to go before I sleep! -
I recently got pulled into a gig maintaining and improving a website that's written using ASP; NOT ASP.NET. I've been pulling my hair out trying to debug this stuff. I'm currently using the trial version of Dreamweaver which is making things worse because it crashes all the time and the debugger option is not visible on the menu. And don't get me started on its so-called designer...USELESS! I'd like to eventually rewrite this website using ASP.NET and C# but until that time I need to be able to quickly and easily fix issues and add features. What tools can anyone recommend for development and debugging? I'm used to Delphi and Visual Studio so don't even suggest command line tools. I want an IDE with built-in debugging or at least a good HTML/Javascript/VBScript editor that can integrate/interface with FTP to upload files and a server-side debugger. Thanks.
Try notepad++
-
Notepad! ;)
Why can't I be applicable like John? - Me, April 2011
-----
Beidh ceol, caint agus craic againn - Seán Bán Breathnach
-----
Da mihi sis crustum Etruscum cum omnibus in eo!
-----
Just because a thing is new don’t mean that it’s better - Will Rogers, September 4, 1932 -
May not be what you're after, but the Developer Tools in IE (F12) allow you to debug server side scripts....
C# has already designed away most of the tedium of C++.
I know it's supposed to be able to debug server-side scripts and Firebug in Firefox too. Bug I've never been able to get either to "see" any code inside <%%>. I've also never been able to find a way to open a file in the debugger that hasn't been loaded yet and set a break point. Most of what I need this type of debugging for is PayPal Instant Payment Notification integration. When PayPal sends my website a notification it goes to a .ASP file that has nothing but <%%> code in it, no GUI so to speak. So the IE and Firebug debuggers never stop in that code. Maybe there's a way to do this that I don't know of?
-
I recently got pulled into a gig maintaining and improving a website that's written using ASP; NOT ASP.NET. I've been pulling my hair out trying to debug this stuff. I'm currently using the trial version of Dreamweaver which is making things worse because it crashes all the time and the debugger option is not visible on the menu. And don't get me started on its so-called designer...USELESS! I'd like to eventually rewrite this website using ASP.NET and C# but until that time I need to be able to quickly and easily fix issues and add features. What tools can anyone recommend for development and debugging? I'm used to Delphi and Visual Studio so don't even suggest command line tools. I want an IDE with built-in debugging or at least a good HTML/Javascript/VBScript editor that can integrate/interface with FTP to upload files and a server-side debugger. Thanks.
Microsoft Expression Web (around $80 US) works perfectly for .asp sites. Debugging can be accomplished rather well with Chrome using the "IE Tab" if necessary for checking out problems.
-
I recently got pulled into a gig maintaining and improving a website that's written using ASP; NOT ASP.NET. I've been pulling my hair out trying to debug this stuff. I'm currently using the trial version of Dreamweaver which is making things worse because it crashes all the time and the debugger option is not visible on the menu. And don't get me started on its so-called designer...USELESS! I'd like to eventually rewrite this website using ASP.NET and C# but until that time I need to be able to quickly and easily fix issues and add features. What tools can anyone recommend for development and debugging? I'm used to Delphi and Visual Studio so don't even suggest command line tools. I want an IDE with built-in debugging or at least a good HTML/Javascript/VBScript editor that can integrate/interface with FTP to upload files and a server-side debugger. Thanks.
For classic ASP I always use Crimson texteditor. It is fast, handles pure ascii with simple syntax highlighting, and has good handling of multiple documents, projects etc. Magnus
-
I recently got pulled into a gig maintaining and improving a website that's written using ASP; NOT ASP.NET. I've been pulling my hair out trying to debug this stuff. I'm currently using the trial version of Dreamweaver which is making things worse because it crashes all the time and the debugger option is not visible on the menu. And don't get me started on its so-called designer...USELESS! I'd like to eventually rewrite this website using ASP.NET and C# but until that time I need to be able to quickly and easily fix issues and add features. What tools can anyone recommend for development and debugging? I'm used to Delphi and Visual Studio so don't even suggest command line tools. I want an IDE with built-in debugging or at least a good HTML/Javascript/VBScript editor that can integrate/interface with FTP to upload files and a server-side debugger. Thanks.
I had a similar gig a while back, perhaps even the same one. Maintaining a mammoth Classic ASP site with spaghetti, no worse, server side code and 1000's of pages, much of which was duplicated except for a word here or there. Nested includes, also duplicated, hardcoded connection strings all over the place, arghh. Finally had to tell the client I needed to move on, but I digress. VS works fine for debugging server side code. You have to set up IIS on your dev box to run the site locally, set IIS for local server debugging, run the site then from VS use Attach to Process to establish the connection to IIS. VS will break for you then. For client side debugging you can make use of IE's debugger (F12) or any of the other such as Firefox or Google's, they will step through client side javascript, oh wait, your site probably doesn't use javascript, not yet anyway (see below) :-). Once you get the debugging thing worked out you can slowly introduce more modern concepts such as javascript and ajax and even jump in and out of .NET for certain pages (I used MVC 3 cause the routing needs to be set properly, might be do-able for other view engines I dunno).
Steve the Coffee Guy