Code Comments
Programming Forum and web based access to our favorite programming groups.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
Post Follow-up to this messagewrote 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)
Post Follow-up to this messageYou 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
Post Follow-up to this messagePowered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.