Tech Quarto
Search Advanced SearchView Cart   Checkout   
 Location:  Home » Computer Science » Client-Server Systems » Site Server 3.0 Personalization and Membership  
Categories
Computer Science
The Internet
For Dummies
Web Browsers
Windows
Digital Culture
Multimedia
Mobile & Wireless
Subcategories
Internet & Education
Online Searching
Web Browsers
Web for Kids
Applied
Chaos & Systems
Geometry & Topology
Mathematical Analysis
Mathematical Physics
Number Systems
Pure Mathematics
Transformations
Trigonometry
Mass Market
Trade
Related Categories
• Client-Server Systems
Data in the Enterprise
Networking
Computers & Internet
Subjects
• General
Networks, Protocols & APIs
Networking
Computers & Internet
Subjects
• Database Design
Databases
Computers & Internet
Subjects
Books
• General
Databases
Computers & Internet
Subjects
Books
• Software Development
Software Design, Testing & Engineering
Programming
Computers & Internet
Subjects
• General
Programming
Computers & Internet
Subjects
Books
• Databases
Software
Computers & Internet
Subjects
Books
• General
Business
Software
Computers & Internet
Subjects
• General
Software
Computers & Internet
Subjects
Books
• Internet
Home Computing
Computers & Internet
Subjects
Books
• General
Programming
Web Development
Computers & Internet
Subjects
• General
Computers & Internet
Subjects
Books
• E-Commerce
Business & Culture
Computers & Internet
Subjects
Books
• Mathematics
Professional Science
Professional & Technical
Subjects
Books
• Paperback
Binding (binding)
Refinements
Books
• Printed Books
Format (feature_browse-bin)
Refinements
Books
Visit Laptop Nirvana for the best Cheap Discount Laptops

Site Server 3.0 Personalization and Membership

Site Server 3.0 Personalization and Membership

zoom enlarge 
Authors: Rob Howard, Robert Howard
Publisher: Wrox Press
Category: Book

List Price: $49.99
Buy Used: $0.01
You Save: $49.98 (100%)



New (9) Used (22) from $0.01

Avg. Customer Rating: 4.0 out of 5 stars 27 reviews
Sales Rank: 1807337

Media: Paperback
Edition: 1st
Number Of Items: 1
Pages: 612
Shipping Weight (lbs): 2.3
Dimensions (in): 9.2 x 7.3 x 1.5

ISBN: 1861001940
Dewey Decimal Number: 005
EAN: 9781861001948
ASIN: 1861001940

Publication Date: November 1, 1998
Availability: Usually ships in 1-2 business days
Shipping: Expedited shipping available
Shipping: International shipping available
Condition: Millions of satisfied customers and climbing. Thriftbooks is the name you can trust, guaranteed. Spend Less. Read More.

Editorial Reviews:

Amazon.com
Site Server 3.0 Personalization and Membership is a worthy guide to personalizing content on your Web site using the latest Microsoft technologies.

Early chapters detail the Lightweight Directory Services Protocol (LDAP), which is the real foundation of membership in Site Server. Active Server Pages (ASP)-based scripts--and even C++ programs--can make use of membership objects using the Active Directory Service Interfaces (ADSI). The author does a good job of explaining how to install Site Server and related tools, including the Microsoft Management Console (MMC) snap-ins that allow administrators to add membership to Web sites.

Once a Web site can determine who a user is, the guide teaches you how to make use of Active User Objects (AUO) so that you can program ASP to tailor content to individual users. The latter half of this text presents examples for identifying users and personalizing start-up pages for users. Advanced topics include security issues and how to use AUO to simplify administration in Visual Basic and C++. Appendices include a sample working online investment Web site that makes heavy use of personalization, as well as a guide to the ADSI APIs for use in your own programming.

With its detailed technical presentation of Site Server technologies, Site Server 3.0 Personalization and Membership is a must for any Internet Information Server (IIS) administrator or Web developer considering the options for delivering personalized content using Microsoft technologies. --Richard Dragan

Book Description
This book focuses on the Personalization and Membership capabilities of Site Server 3.0, which enable you to do clever things like this: ISP - Use Personalization and Membership to personalize IIS administrative tool using the existing IIS web administration interface, to allow different members to have different administrative privileges; also, to implement user membership on various levels to provide simple display and access privileges as well as integrating with existing applications. Interactive Web Site - Use Personalization and Membership to control the display of the content on a site, thus giving end-users a richer browsing experience. This example theme demonstrates how to incorporate lightweight samples and ideas into their existing web site. Intranet - Use Personalization and Membership in an Intranet site to control access to items on the network. This would be a higher end example of the type of things that Personalization and Membership can do.


Customer Reviews:   Read 22 more reviews...

4 out of 5 stars Good book but a lot of typos.   July 25, 2001
 0 out of 1 found this review helpful

This is generally a good book to explore the P&M feature of Site Server 3.0. I'm surprised, however, on many occasions where I found typos (e.g., Relationshipsships p.73, Partitons p. 85, etc.). I commend the author's effort to cover many aspects of Site Server 3.0's P&M in great details.


3 out of 5 stars Good deal of information; poorly presented   October 26, 2000
 1 out of 1 found this review helpful

This book contains a wealth of information about installation, security and programming aspects of site server. The only complaint I have is that the author's style. The author doesn't do a good job of capturing the concept before heading down to details and then internals. The constant mix of concepts, code and internal workings many times in confusing orders overwhelmed me. For example, the fact the AUO framework can get the user context from IIS, is mentioned so many times in the passing but never once explained in detail clearly. Before the reader digests this fact and tries to understand the basics of AUO object and the IADs interface he'll suddenly be introduced to the IADsContainer interface and methods with no explanation or introduction.

With that being said, I do want to commend the author on the amount of ground he's tried to cover. If you are desparately looking for information, having this book will help, if only, with some initial confusion.


2 out of 5 stars A book to get you started... advanced users look elsewhere   June 13, 2000
 2 out of 3 found this review helpful

I purchased this book while developing an intranet for my company. It does a fairly good job to get you started with Personalization and Membership (P&M), but after a while you'll realize that there's still a lot of information missing.

For example, the book speaks nothing of applying filters with ASP or querying the DS using SQL commands or even any other objects other than the Membership.Userobjects. Many of which is vital in developing almost any website with P&M. There's a lot more that I'm just now learning about that I needed to know but this book never explains.

The best way to learn? Until someone decides to write a comprehensive book on P&M, I will continue to use the web administration pages that came with Site Server (the ones that allow you to go through and administer the DS via. the web) as the examples and use this book only as a reference from time to time.

Good luck!


5 out of 5 stars An excellent book to comprehend Personalization & Membership   May 31, 2000
 8 out of 9 found this review helpful

I have read 4 Wrox books on Site Server (Beginning, P&M, Professional and Commerce Edition). This book is definitely the best book out of the above 4 that addresses the P&M architecture is some detail. Items that I find in P&M (e.g., IPDeny, DenyAccount, KEkey) are not even mentioned in other books. Therefore, for directory & file system security, I would have missed this section (unless I read it in another non-Wrox book).

The layout of this book is excellent & it gives loads of examples to explain P&M in detail. (Source code can be downloaded from Wrox so that you can experiment with the examples within the book).

My only complaint was that the Wall Street Investing example (located in the Appendix of P&M) finally worked when:

1. I did NOT register the WSI.dll (For some reason: I was not able to pull content from SQL-Server 7.0 unless it wasn't registered)

2. You MUST migrate [content] data from Access --> SQL-Server. (According to the book--"..You can of course migrate your data from Access to SQL Server at a later stage, but this is an added complication!" Unfortunately, this statement implied to me to create a Db within SQL-Server. However, it did not clearly address using SQL's Data Transformation Services to copy data from Access --> SQL-Server (in order to populate the appropriate tables)

3. Because the book was published in 1998, all SQL-Server screen-shot examples are in 6.5


3 out of 5 stars Pretty good -- could be better   May 26, 2000
 4 out of 4 found this review helpful

Although this book does a fairly good job to cover the ground with Personalization & Membership (P&M), there's still a lot left unanswered. I found that it is more useful as reference material than actually learning how to program for P&M.

Much of the book is filled with extraneous content, especially if you're an ASP programmer. It would be nice if someone would write a book specifically focused on programming in ASP for P&M as well as explain things a little better than "This is what you type to get it to do this".

Until there's something better out there... you're probably going to have to be satisfied with this.

Powered by Associate-O-Matic