Search
Go

Shop by category
 
Professional IIS 7
Email a friendView larger image

Professional IIS 7

List Price: $49.99
Our Price: $31.49
You Save: $18.50 (37%)
Shipping: This item ships for FREE with Super Saver Shipping.
SKU:

WU0470097825

In Stock
Usually ships in 1 business days
Only 2 left in stock, order soon!

Note: Item may be sold and shipped by another company. Learn more.
Product Promotions:
  • Buy $50 in qualifying physical textbooks, get $2 in Amazon MP3 Credit.  Here's how (restrictions apply)
Description:

As the first update to Microsoft's server operating system in nearly five years, Windows Server 2008 boasts the new Internet Information Services 7.0 (IIS 7), which is the largest departure from previous versions of IIS ever. Written by an author team that includes four Microsoft MVPs, this book shows you how to take advantage of these exciting new features of IIS 7. With a clear understanding of IIS 7, you'll learn to deploy, install, monitor, manage, and secure an IIS environment with confidence and ease.

Note: CD-ROM/DVD and other supplementary materials are not included as part of eBook file.

Product Details:
Author: Kenneth Schaefer
Paperback: 840 pages
Publisher: Wrox
Publication Date: March 10, 2008
Language: English
ISBN: 0470097825
Product Length: 9.11 inches
Product Width: 7.26 inches
Product Height: 1.79 inches
Product Weight: 2.62 pounds
Package Length: 9.1 inches
Package Width: 7.3 inches
Package Height: 1.9 inches
Package Weight: 2.75 pounds
Average Customer Rating: based on 7 reviews
Customer Reviews:
Average Customer Review: 4.5 ( 7 customer reviews )
Write an online review and share your thoughts with other customers.


Most Helpful Customer Reviews

16 of 17 found the following review helpful:

5Great book on IIS 7 for Administrators and developersApr 20, 2009
By I. Spaanjaars
People often ask me how I like Vista and whether I think it's better than Windows XP or not. My standard reply is that I would have switched to Windows Vista for IIS 7 alone (I also do like many other Vista features, and thus prefer Vista over XP but that's beside the point here). In my opinion, IIS 7 is in many respects a lot better than its predecessor IIS 6 which runs on Windows XP and Server 2003. Besides the many new features that IIS 7 brings, it has one big advantage over the version running on Windows XP: it allows you to create multiple web sites that can run at the same time. No more messing around with tools like IIS Admin Pro although it was extremely useful in working around the limitations of IIS on Windows XP.

But with a new release of a complex piece of software as IIS is also comes the need for more knowledge and background information of the product. This is where the Wrox book Professional IIS 7 written by Kenneth Schaefer et al proved to be very useful.

The book is primarily aimed at administrators who manage Windows server running IIS 7. However, I'd also recommend the book to developers as they'll get a firm grasp of what goes on in the web server they're developing against. As an administrator, it's useful if you can read (or better yet, write) programming code as the book contains many code examples that show you how to create, edit and manage your IIS web sites (and more) through code and command line tools. As a developer, be prepared to learn a lot about how IIS works, and how to operate it, but don't expect too much in the field of actually developing web sites that will eventually run on IIS.

The book contains 20 chapters and is split over four parts. The first four chapters deal with topics like the history of IIS and compare the way the various flavors of IIS have worked in the past and how IIS 7 works now. You'll also learn more about the IIS architecture, with important sections on application pools, worker processes and the new "integrated pipeline mode" that allows you to deeply integrate your own managed .NET code into IIS. The chapter on planning is useful in helping you to determine requirements for things like software, hardware, network, and firewalls.

The installation process of IIS 7 is pretty straightforward and you'll probably be able to install IIS 7 yourself without a lot of instructions. However, if you've never installed IIS 7 before you may appreciate the large number of screenshots from the installation process in chapter 4. To me, the added value of that chapter was in the second half of the chapter where you learn how to create IIS sites, application pools, users and how to set permissions using command line tools and .NET code. Useful as that section was, I am not sure I understand what it did there as large parts of chapter 5 and 6 are dedicated to programmatically creating IIS objects. The chapter on installation closes off with some very useful tips on shared configuration which comes in handy if you're responsible for setting up or managing web farms.

The second section of the book contains a number of chapters that deal with web site administration. You'll learn how to create new sites, application pools and many other necessary IIS objects, both through the user interface and through .NET code and command line tools like appcmd.exe. You'll also see how to use the new configuration file system that allows you to manage your IIS sites using simple XML based config files. This is also one of my favorite new IIS features as it allows you to copy IIS settings (site settings, users, permissions and more) from your development machine to a production server (or from a backup file to a restored web site for example, no more messing with metabase backups). Being a developer, I liked this section a lot. I was able to quickly create a .NET application that allows me to create brand new and consistently configured web sites on my Windows Vista machine with the press of a button; something that comes in handy with the many Dynamicweb CMS web sites I run locally. I also found the chapter on the FTP Server quite useful. Since the out-of-the-box version of the FTP Server requires a fixed naming and directory structure it's good to see all the strict requirements clearly listed. Also, the new FTP Server that can be downloaded from www.iis.net is discussed in detail. The only thing I wish the book had included was a walkthrough of setting up a separate FTP site with a number of users accessing specific parts of the server. For example, you may want to have an FTP server unrelated to any of your web sites, (like [...]) and then grant yourself full control to the Inetpub folder, while providing access to one or more other folders for other users, preferably using non-domain accounts. While such a setup is possible and reasonable (and often extremely easy to do with commercial FTP servers), the book won't really help you figure out how to do it.

Chapter 11 and 12 show you how to extend the web server by writing your own modules using both managed and unmanaged code. If you're wanting to write integrated modules for IIS using all of its new features, this will definitely whet your appetite, although you'll need to look for dedicated books on the subject to get a better understanding of the whole subject.

The book also contains a number of chapters on security, covering both the security of your server as your own applications using the various authentication mechanisms (Windows, basic, forms and so on) and SSL. Whether you're new to IIS 7 or not, be sure to take a good look at these chapters to get a solid understanding of security in IIS. The last part of the book contains a few remaining subjects, including load balancing web farms, programmatic configuration and management and two chapters on monitoring, performance tuning, diagnostics and trouble shooting.

Overall, Professional IIS 7 is a very solid book on administrating IIS 7. Ken Schaefer and the other authors have done a great job in bringing a lot of knowledge on IIS together in one book. The book is generally concise, contains few errors and contains a lot of useful information, examples and code snippets to help you better install, manage and use your new IIS 7. I'd give the book 4.5 out of 5 stars.

7 of 8 found the following review helpful:

5The IIS 7.0 Book To GetMay 10, 2008
By Jason Fossen
I own most of the IIS 7.0 books that have come out so far and this is the one for administrators to get. It covers the upgraded FTP and a little FastCGI+PHP, but does not include the new WedDAV, is sometimes weak in security details, and chapter 18 on MOF/ITIL could have been left out entirely. That being said, the book is well-rounded, solid, nice on architecture, with lots of APPCMD and XML config examples, and overall well worth the money.

1 of 1 found the following review helpful:

4Awesome bookFeb 04, 2009
By Matt Duguid
Gives a good medium to high level overview of IIS7. Good value and a good book for a first time introduction to IIS or for someone whose been using IIS for years and wants to see whats new.

5Well Written & Very InsightfulSep 22, 2011
By IncrediblyGood
If you aren't already using IIS 7 then get on board ASAP. It's very different and much improved from IIS 6. This book is excellent for anybody just now getting around to migrating as well as completely new users. The differences between each of the IIS versions is concise. The best part is all the information about how to use and extend the features available with IIS 7. This is simply a great book for the appropriate audience (.Net developers & administrators)!

4Like reading a dictionary, but important information!Jan 21, 2011
By Kurt Rayner
A critical resource if you truly need to understand IIS configuration and extensions. There is a lot of information and experience summarized in these pages.

This is clearly a book written by a number of different authors. The team could have benefited from a strong editor to force a more concise structure and consistency. You see a lot of repeated information. Each uses their favorite language/API to show examples.

There is a LOT of attention paid to extending the user interface in this book and the successor. While the UI extension is important - for someone writing an module, handler factory or handler, a little more attention to the nuances of the IIS 7 pipeline (internals) would have made this the best book ever!

See all 7 customer reviews on Amazon.com
About Us   Contact Us
Privacy Policy Copyright © , Security Books. All rights reserved.
Web business powered by Amazon WebStore