Can a traditional ASP site be done with VS?

  • Thread starter Thread starter Bruce W...1
  • Start date Start date
B

Bruce W...1

I've done a couple of ASP.NET websites using the latest Visual Studio.
But now I'd like to try doing a traditional ASP (not .NET) website. Can
the latest Visual Studio do this?

Thanks for your help.
 
Technically, yes, you can edit old ASP files with Visual Studio.NET.
But there isnt much support for it. You're probably better off using Visual
Interdev since it's from the same era.
 
Steve C. Orr said:
Technically, yes, you can edit old ASP files with Visual Studio.NET.
But there isnt much support for it. You're probably better off using Visual
Interdev since it's from the same era.

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://Steve.Orr.net
Hire top-notch developers at http://www.able-consulting.com
======================================================

Can you tell me what functionality is lost in VS 7 with respect to ASP?

Thanks.
 
You can open an ASP page in VS.NET but it will basically act about the same
as notepad.
It's fine if you need to do some quick editing of ASP pages, but I wouldn't
want to develop a whole site that way.

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://Steve.Orr.net
Hire top-notch developers at http://www.able-consulting.com
 
Back
Top