-----Original Message-----
I am brand new to ASP and would like to get all
suggestions I can for a beginners book. For instance, I
don't know whether to get an ASP book only or go straight
to ASP.NET. Please help!
This depends largely on your existing level of expertise,
and what your host supports.
ASP is probably easier for a non-programmer to learn, but
the larger your site and the more code you add to your
pages, the more awkward it becomes. Think of it as
the "quick and dirty" approach.
ASP.NET is a real programming environment. It provides
built-in features for handling many requirements that
ASP ignores completely, such as uploading files, sending
mail, displaying data in tables, and securing parts of a
Web site. Forms are easier to program because you don't
have to write code that propagates form values from one
submission to the next.
Of course, all these features come at the price of some
complexity. As a result, ASP.NET is harder to learn than
ASP.
ASP.NET is a couple of years old now, but even so, some
hosts don't support it yet. That might be a factor.
Microsoft has announced that ASP is a deprecated
technology, which means they won't be enhancing it any
more. The future is ASP.NET, but ASP will be around a long
time so that existing applications will continue to work.
As to books, I recommend mine. (What did you expect?)
Jim Buyens
Microsoft FrontPage MVP
http://www.interlacken.com
Author of:
*----------------------------------------------------
|\---------------------------------------------------
|| Microsoft Office FrontPage 2003 Inside Out
||---------------------------------------------------
|| Web Database Development Step by Step .NET Edition
|| Microsoft FrontPage Version 2002 Inside Out
|| Faster Smarter Beginning Programming
|| (All from Microsoft Press)
|/---------------------------------------------------
*----------------------------------------------------