Forum Moderators: open
I need to choose a good developing environment for ASP. Something like InterDev that will allow me to do server side script debugging.
Unfortunately you can not buy an Interdev from Microsoft anymore as they are pushing for .NET.
I am really interested in hearing what other professional tools developers use and would really appreciate suggestion related to the question. My personal experience ends with using the Interdev and simple html editor.
Thank you! :-)
The entire upgrade to .NET (Interdev/IIS/Framework/etc.) is completely backward compatible with Classic ASP. You will notice Interdev looks remarkably similar to Version 6.0.
Do go ahead and create your project as a "ASP.NET Web Application" so when you do get ready to do some .NET you don't have to change that. No need to deploy any compiled code to run the .asp pages you are referring to. They run exactly as they always have.