While this is a "beginner's book", there is alot of well-explained
information here regarding the web server, programming, databases, etc. This
book assumes you know nothing but doesn't overwhelm you with too much
information. You won't be a master in these areas but you will be able to
functionally use them.
The book starts with the most basic steps of installation and MS web
concepts including using ASP on different platforms including UNIX. There
isn't alot of focus on HTML so be prepared to either learn before or in
tandem. All new terms are defined and explained. The code is analyzed so you
can follow along. Once you understand what a web site is and how ASP is
compiled, the second part of the book moves on to elementary tasks such as
send and receiving info from the user including forms, cookies, and
sessions. This second part also goes into great detail in the basic building
blocks of ASP called "intrinic objects". The third part of the book works
with server-side components, teaching you some common tasks that most web
sites need. The fourth part of the book works with the database. You won't
be a SQL master at the end but you will be able to work with a database. The
last part of the book deals with "advanced asp" including debuggin, XML,
security, and tuning.
The title may seem a bit optimistic but the 24 1 hour sessions are doable in
their alotted time slots. Be prepared to be inspired or curious beyond the
parameters of the book. Further reading and research will make you a better
programmer but this book will put you are the right course.