|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
DOes anyone know any good IDE for ASP? if is available on the net?
thanks! ![]() Last edited by aspuser25 : August 10th, 2003 at 08:18 AM. |
|
#2
|
|||
|
|||
|
Dreamweaver, Visual Interdev, and VS.NET (sort of) but those aren't free (not even cheap). search google for one. you won't find one that will test them as they need to be run on a server. i just use an html editor with ASP highlighting.
__________________
Programmer's Corner |
|
#3
|
|||
|
|||
|
I use Crimson Editor (it's freeware) to write ASP/JS/VBS, C/C++, and Perl.
In addition, it it also useful for Java, PHP, and a few others. It color codes as necessary. If I were going to pay for an IDE, I'd get Cold Fusion. |
|
#4
|
||||
|
||||
|
If you mean ASP.NET then yo can use Microsoft's free editor called Matrix.
-Dave |
|
#5
|
|||
|
|||
|
ASP not asp.net
I am using ASP not asp.net. Matrix is good for asp.net. I installed Crimson from the internet. maybe i am not doing it properly, but in normal IDE's when you would write 'Dim X as string' then string and other possible forms of datatypes appear automatically. But with crimson its not happening?
I hope i am able to make myself clear. Is there a better userfriendly IDE? thanks again! |
|
#6
|
|||
|
|||
|
That's not an IDE issue it's an ASP issue. you do not specify data types in ASP. everything is variant, just Dim VariableName
|
|
#7
|
|||
|
|||
|
First, in asp (asp2/3) you don't "Dim X as String", you just "Dim X". Asp variables are all variant datatypes with different subtypes.
You are looking for intellisense. InterDev is the only IDE/Editor I know that has any type of intellisense. I use InterDev for asp 2/3 development, primarily for the debug capabilities. It makes life much easier to single-step through your asp code to debug. |
|
#8
|
|||
|
|||
|
interdev ?
hey thanks a lot!
i think I need to install Interdev then. Wanted to know does interdev comes with Visual Studio??? thanks! |
|
#9
|
||||
|
||||
|
Yes, it does
|
|
#10
|
||||
|
||||
|
Yes, Visual Studio does include Visual Interdev...
__________________
mr... mike.rusaw@realpage.com RalPage, Inc. "I have made this letter longer than usual, only because I have not had the time to make it shorter." - Blaise Paschal |
|
#11
|
|||
|
|||
|
I don't mean to get in a pissing contest with Doug, but I've used InterDev, and I'm less than impressed. There are trade-offs for the ease of debugging. They obviously don't bother Doug, but they annoy me enough that I quit using InterDev.
Different strokes for different folks. If you like InterDev, then I recommend that you use it. If you're going to pay money for something, then Cold Fusion's editor is pretty cslick. |
|
#12
|
|||
|
|||
|
Whatever.
|
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > ASP Programming > IDE for ASP ??? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|