Is ASP is still current and does it need special support?

C

Chris K

I have been programming in VB for years and I was wondering whether to learn
ASP because I understand it is similar

My main question is Is ASP is still current and does it need special
support?
 
R

Ronx

Chris K presented the following explanation :
I have been programming in VB for years and I
was wondering whether to learn ASP because I
understand it is similar
My main question is Is ASP is still current and
does it need special support?

"Classic" asp has not been updated for several years, and has been superceeded by asp.NET. Most Windows servers will still serve asp pages, however.

If you are starting, learn asp.NET. This uses the .NET framework and uses VB.NET or C# (your choice) as the scripting language. VB.NET is similar (there are differences) to vbScript.

asp.NET will only run on Windows servers supporting asp.NET 2 or higher (most do, nowadays), or the very, very few Unix servers running Mono. "Classic" asp will run on Windows servers, or the few Unix servers with a costly asp addin.

--
Ron Symonds - Microsoft MVP (Expression Web)
http://www.rxs-enterprises.org/fp/wf-menu.aspx
Microsoft is closing this newsgroup - for details
of why and where to go see
http://www.rxs-enterprises.org/fp/newsgroup-closure.aspx
 
R

Ronx

Ronx used his keyboard to write :
Chris K presented the following explanation :
"Classic" asp has not been updated for several
years, and has been superceeded by asp.NET.
Most Windows servers will still serve asp
pages, however.
If you are starting, learn asp.NET. This uses
the .NET framework and uses VB.NET or C# (your
choice) as the scripting language. VB.NET is
similar (there are differences) to vbScript.
asp.NET will only run on Windows servers
supporting asp.NET 2 or higher (most do,
nowadays), or the very, very few Unix servers
running Mono. "Classic" asp will run on
Windows servers, or the few Unix servers with a
costly asp addin.

Also note that FrontPage does not support asp.NET v2 or later. If you follow the asp.NET road get Expression Web for design (and some coding) and the free Visual Studio Web Express for coding (and some design).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top