ianmayo
ianmayo

Reputation: 2402

Most up to date environment for classic ASP development

I've inherited a Classic ASP application that requires some maintenance.

What's the most up to date/capable IDE and Operation System that I can use to perform this maintenance?

I'll be setting up the Env in a VM - so won't be tied to it full time. Hopefully there's something newer than Visual Interdev for me to use. Ideally I'm hoping for some code completion and a debug capability.

Cost is of interest, but is not a deciding factor.

cheers, Ian

Upvotes: 1

Views: 728

Answers (1)

Eduardo Molteni
Eduardo Molteni

Reputation: 39413

No need to setup a VM, since all you need is Visual Studio 2008 and IIS installed in your dev machine (Presumably you have both already installed if you are a .net developer).

Be sure to install VS2008 SP1 for proper ASP Classic intellisense support.

Upvotes: 3

Related Questions