Home > Archive > ASP > June 2005 > Best way for a .NET developer to work with/debug classic ASP
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Best way for a .NET developer to work with/debug classic ASP
|
|
| olav_net@hotmail.com 2005-05-29, 8:55 pm |
| Hi
I am a .NET developer, but "have to" work with some classic ASP, which
I don't know much about.
What is the best way to work with it/debug it?
I have VS 2003 and 2005 installed, I know VS 6 (with C++), but don't
know if I can reinstall it. Other options I know about are Macromedia
trial versions.
Thanks
Olav
| |
| Evertjan. 2005-05-29, 8:55 pm |
| wrote on 29 mei 2005 in microsoft.public.inetserver.asp.general:
> I am a .NET developer, but "have to" work with some classic ASP, which
> I don't know much about.
>
> What is the best way to work with it
Learn, learn, learn.
> /debug it?
Debugging what you don't understand is not reasonable.
> I have VS 2003 and 2005 installed, I know VS 6 (with C++), but don't
> know if I can reinstall it.
Visual basic cannot be used, that is a compiler language, and ASP uses
script.
Don't confuse ASP with VBscript, using J[ava]script is also a good option.
> Other options I know about are Macromedia trial versions.
I would certainly not start with that.
If you know the difference between serverside and clientside coding,
the rest is relativly simple.
--
Evertjan.
The Netherlands.
(Replace all crosses with dots in my emailaddress)
| |
|
|
You can debug classic ASP in VS2003.
In the project properties, go to Configuration Properties and select
Debugging.
deselect:
ASP.NET debugging
select
ASP debugging
HTH
Griff
|
|
|
|
|