or
Sign in to turn on 1-Click ordering.
 
 
More Buying Choices
45 used & new from $2.02

Have one to sell? Sell yours here
 
   
Express Checkout with PayPhrase
What's this? | Create PayPhrase
Sorry!
Professional ASP.NET 2.0 Security, Membership, and Role Management (Wrox Professional Guides)
 
 
Tell the Publisher!
I’d like to read this book on Kindle

Don’t have a Kindle? Get your Kindle here.
 
  

Professional ASP.NET 2.0 Security, Membership, and Role Management (Wrox Professional Guides) (Paperback)

~ (Author) "Before the first line of code you write for an . aspx page executes, both Internet Information Services (IIS) and ASP.NET have performed a fair..." (more)
Key Phrases: forms authentication ticket, role manager feature, password answer attempts, Active Directory, Visual Studio, Windows Server (more...)
4.2 out of 5 stars  See all reviews (9 customer reviews)

List Price: $39.99
Price: $26.39 & this item ships for FREE with Super Saver Shipping. Details
You Save: $13.60 (34%)
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
Upgrade this book for $7.99 more, and you can read, search, and annotate every page online. See details
In Stock.
Ships from and sold by Amazon.com. Gift-wrap available.

Only 1 left in stock--order soon (more on the way).

Want it delivered Tuesday, November 10? Choose One-Day Shipping at checkout. Details
29 new from $2.02 16 used from $2.02

Frequently Bought Together

Professional ASP.NET 2.0 Security, Membership, and Role Management (Wrox Professional Guides) + ASP.NET 2.0 Website Programming: Problem - Design - Solution (Programmer to Programmer) + Professional ASP.NET 2.0 AJAX (Programmer to Programmer)
Price For All Three: $70.87

Show availability and shipping details

  • This item: Professional ASP.NET 2.0 Security, Membership, and Role Management (Wrox Professional Guides) by Stefan Schackow

    In Stock.
    Ships from and sold by Amazon.com.
    This item ships for FREE with Super Saver Shipping. Details

  • ASP.NET 2.0 Website Programming: Problem - Design - Solution (Programmer to Programmer) by Marco Bellinaso

    In Stock.
    Ships from and sold by Amazon.com.
    This item ships for FREE with Super Saver Shipping. Details

  • Professional ASP.NET 2.0 AJAX (Programmer to Programmer) by Matt Gibbs

    In Stock.
    Ships from and sold by Amazon.com.
    Eligible for FREE Super Saver Shipping on orders over $25. Details


Customers Who Bought This Item Also Bought

Professional ASP.NET 2.0 Design: CSS, Themes, and Master Pages (Programmer to Programmer)

Professional ASP.NET 2.0 Design: CSS, Themes, and Master Pages (Programmer to Programmer)

by Jacob J. Sanford
4.5 out of 5 stars (2)  $26.39
Professional ASP.NET 2.0 AJAX (Programmer to Programmer)

Professional ASP.NET 2.0 AJAX (Programmer to Programmer)

by Matt Gibbs
4.2 out of 5 stars (6)  $18.09
Professional ASP.NET 2.0 Databases (Wrox Professional Guides)

Professional ASP.NET 2.0 Databases (Wrox Professional Guides)

by Thiru Thangarathinam
5.0 out of 5 stars (1)  $31.49
Professional ASP.NET 2.0 (Programmer to Programmer)

Professional ASP.NET 2.0 (Programmer to Programmer)

by Bill Evjen
4.0 out of 5 stars (29)  $31.49
ASP.NET 2.0 MVP Hacks

ASP.NET 2.0 MVP Hacks

by David Yack
4.0 out of 5 stars (5)  $26.39
Explore similar items

Editorial Reviews

Product Description

Experienced developers who are looking to create reliably secure sites with ASP.NET 2.0 will find that Professional ASP.NET 2.0 Security, Membership, and Role Management covers a broad range of security features including developing in partial trust, forms authentication, and securing configuration. The book offers detailed information on every major area of ASP.NET security you’ll encounter when developing Web applications.

You’ll see how ASP.NET 2.0 version contains many new built-in security functions compared to ASP.NET 1.x such as Membership and Role Manager, and you’ll learn how you can extend or modify various features. The book begins with two chapters that walk you through the processing ASP.NET 2.0 performs during a web request and the security processing for each request, followed by a detailed explanation of ASP.NET Trust Levels.

With this understanding of security in place, you can then begin working through the following chapters on configuring system security, forms authentication, and integrating ASP.NET security with classic ASP including integrating Membership and Role Manager with classic ASP. The chapter on session state looks at the limitations of cookieless session identifiers, methods for heading off session denial of service attacks, and how session state is affected by trust level. After the chapter explaining the provider model architecture in ASP.NET 2.0 and how it is useful for writing custom security providers you go to the MembershipProvider class and configuring the two default providers in the Membership feature, SqlMembershipProvider and ActiveDirectoryMembershipProvider. You'll see how to use RoleManager to make it easy to associate users with roles and perform checks declaratively and in code and wrap up working with three providers for RoleProvider – WindowsTokenRoleProvider, SqlRoleProvider, and AuthorizationStoreRoleProvider (to work with Authorization Manager or AzMan).

This book is also available as part of the 5-book ASP.NET 2.0 Wrox Box (ISBN: 0-470-11757-5). This 5-book set includes:

  • Professional ASP.NET 2.0 Special Edition (ISBN: 0-470-04178-1)
  • ASP.NET 2.0 Website Programming: Problem - Design - Solution (ISBN: 0764584642 )
  • Professional ASP.NET 2.0 Security, Membership, and Role Management (ISBN: 0764596985)
  • Professional ASP.NET 2.0 Server Control and Component Development (ISBN: 0471793507)
  • ASP.NET 2.0 MVP Hacks and Tips (ISBN: 0764597663)
  • CD-ROM with more than 1000 pages of bonus chapters from 15 other .NET 2.0 and SQL Server(TM) 2005 Wrox books
  • DVD with 180-day trial version of Microsoft(r) Visual Studio(r) 2005 Professional Edition


From the Back Cover

ASP.Net security covers a broad range of subjects. Concepts such as Web security features, developing in partial trust, forms authentication, and securing configuration - just to name a few p are all integral components to helping developers ensure reliable security. Addressing the ASP.NET security features from the developer's point of view, this book offers detailed information on very major area of ASP.NET security that you'll encounter when developing Web applications.

You'll see how the 2.0 version contains many new built-in security functions, such as Membership and Role Manager, and you'll learn how you can extend or modify various features. As you work through this book, you'll gain a solid understanding of the many security features in ASP.NET 2.0.

What you will learn from this book

  • The security professing that is performed for each HTTP request
  • What ASP.NET trust levels are and how they work to provide secure environments
  • The new options for locking down and protecting configuration sections
  • New security features for forms authentication and session state
  • Ways to write your own custom provider-based features
  • How to extend Membership with password histories and custom password encryption
  • How to use Active Directory with the new Membership and Role Manager features

Who this book is for

This book is for experienced developers who are looking to master the new security features of ASP.NET 2.0, as well as more advanced techniques for extending ASP.NET 2.0 security.

Wrox Professional guides are planned and written by working programmers to meet the  real-world needs of programmers, developers, and IT professionals. Focused and relevant, they address the issues technology professionals face every day. They provide examples, practical solutions, and expert education in new technologies, all designed to help programmers do a better job.


Product Details

  • Paperback: 648 pages
  • Publisher: Wrox (January 31, 2006)
  • Language: English
  • ISBN-10: 0764596985
  • ISBN-13: 978-0764596988
  • Product Dimensions: 9 x 7.3 x 1.5 inches
  • Shipping Weight: 2.1 pounds (View shipping rates and policies)
  • Average Customer Review: 4.2 out of 5 stars  See all reviews (9 customer reviews)
  • Amazon.com Sales Rank: #128,492 in Books (See Bestsellers in Books)

    Popular in these categories: (What's this?)

    #32 in  Books > Computers & Internet > Web Development > Programming > ASP
    #53 in  Books > Computers & Internet > Certification Central > Exams > Security+

More About the Author

Stefan Schackow
Discover books, learn about writers, read author blogs, and more.

Visit Amazon's Stefan Schackow Page

Inside This Book (learn more)
First Sentence:
Before the first line of code you write for an . aspx page executes, both Internet Information Services (IIS) and ASP.NET have performed a fair amount of logic to establish the execution context for a HyperText Transfer Protocol (HTTP) request. Read the first page
Key Phrases - Statistically Improbable Phrases (SIPs): (learn more)
forms authentication ticket, role manager feature, password answer attempts, bad password answers, application impersonation, child configuration files, forms authentication feature, custom trust level, partial trust web application, custom policy file, impersonation credentials, session state cookie, static feature class, session state feature, forms authentication cookie, custom provider, cookieless forms authentication, named permission set, admin provider, forms authentication login page, login page redirects, performing authorization checks, standalone assembly, cache cookie, cookieless support
Key Phrases - Capitalized Phrases (CAPs): (learn more)
Active Directory, Visual Studio, Windows Server, Role Principal, Console Root, Normal Users, Internet Explorer, Saved Queries, File Action View Favorites Window Help, Forms Identity, Trust Level Granted Permission Full Unrestricted, High Unrestricted, Recycle Bin, Internet Information Services, Program Data, Web Administration Tool, Cancel Figure, Recyde Bin, Server Express, Virtual Server, Application Role, Cancel Help Figure, Configuration Permission, File Action View Window Help, Generic Principal
New!
Books on Related Topics | Concordance | Text Stats
Browse Sample Pages:
Front Cover | Table of Contents | First Pages | Index | Surprise Me!
Search Inside This Book:




What Do Customers Ultimately Buy After Viewing This Item?


Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
 

Your tags: Add your first tag
 

Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

 

Customer Reviews

9 Reviews
5 star:
 (5)
4 star:
 (2)
3 star:
 (1)
2 star:
 (1)
1 star:    (0)
 
 
 
 
 
Average Customer Review
4.2 out of 5 stars (9 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

 
13 of 13 people found the following review helpful:
5.0 out of 5 stars Excellent resource, July 18, 2006
By D. Rehm (Carlisle, PA USA) - See all my reviews
(REAL NAME)   
I am using ASP.NET 2.0 with forms-based security and wanted to authenticate and authorize using Active Directory users and groups as ASP.NET users and roles. After many hours and much research, I had authentication working. After more hours and research, I was looking at doing authorization using ADAM and not getting it to work. I was reading posts, blogs, MSDN articles, everything I could find. I purchased this e-book and downloaded it. Within hours I had authorization working in Active Directory like I originally wanted to.

If you have needs like these, or if you just want to understand these aspects of ASP.NET 2.0 Security in great detail, this book will be invaluable. As I worked through the chapters, the author even anticipated the errors I would encounter, explained them and explained what to do to solve them. While not everything is explained in total detail, there is enough for someone who is not an Active Directory expert to set it up and get it working. I've gotten more value in a shorter amount of time from this book than any other I've ever purchased.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
11 of 12 people found the following review helpful:
5.0 out of 5 stars Great book , gives background info., February 24, 2006
By Drewes J. Kooi (Columbus, OH) - See all my reviews
(REAL NAME)   
This is a great book about asp.net 2.0, IIS and security. It provides a lot of background info, once you have that the other pieces of asp.net fall into place and things make a lot more sense. I think for code examples I can always use Google, background info on how it all works together is what you read a book for and this book delivers. I hope this will not be the author's last book.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
8 of 9 people found the following review helpful:
5.0 out of 5 stars Great book, July 10, 2006
By Allen Z. Deng (Vancouver, BC Canada) - See all my reviews
(REAL NAME)   
This is one of the best technical books I've ever read. It gives us detailed information of how ASP.NET 2.0 works behind the scene.

If you are simply looking for a book teaching you how to use Role Management, Membership and other cool features offered by ASP.NET 2.0, this book might not be a good fit for you because it tends to explain lots of background info before jumping into the new features. However if what you want is to understand how all these puzzles interact with each other in the ASP.NET security world, this book should be your first choice.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)


Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews

4.0 out of 5 stars Easy and smooth read
This book is an easy read and takes you from Alpha to Omega of ASP.NET in smooth flow. This is also very thorough with illustrations.
Published 6 months ago by A. Jain

5.0 out of 5 stars Thorough, excellent writing
I bought this book because I needed the information for a project that I am currently engaged in. The information contained within was immediately relevant in shaping the... Read more
Published 21 months ago by D. Norton

2.0 out of 5 stars Not useful
This book is like those instruction you will want to give to your team members if you are the leader, but having to keep reading that for close to 600 pages! Read more
Published 22 months ago by Paul Selormey

4.0 out of 5 stars It's about how things work under the covers
I bought this book for help with over-riding the membership providers and possible the profile providers. Read more
Published 23 months ago by T. Haynes

3.0 out of 5 stars Good but was looking for something more
I'm just making the transition from 1.1 to 2.0 and wanted to learn more about the new login/membership controls and classes. Read more
Published on February 4, 2006 by M. Dondero

5.0 out of 5 stars A professionals review
My peers,

This book provides the reader with material that only an individual who works on the Microsoft ASP.Net team can supply. Read more
Published on January 22, 2006 by Derek Comingore

Only search this product's reviews



Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 


Active discussions in related forums
Discussion Replies Latest Post
Textbooks for Kindle DX? 61 1 day ago
textbook scam 66 6 days ago
Amazon is a great place to buy textbooks! 35 18 days ago
Search Customer Discussions
Search all Amazon discussions
   




Product Information from the Amapedia Community

Beta (What's this?)

Professional ASP.NET 2.0 Security, Membership, and Role Management (Wrox Professional Guides)

This book is also available from Amazon as part of the 5-book ASP.NET 2.0 Wrox Box: Professional ASP.NET 2.0 Special Edition, ASP.NET 2.0 Website Programming Problem-Design-Solution, Professional ASP.NET 2.0 Server ... and ASP.NET 2.0 MVP Hacks andTips . ...

(Report this)
Created on Nov 16, 2006, last edited on Nov 16, 2006.

 Read More and Edit at Amapedia.com opens new browser window



Look for Similar Items by Category


Look for Similar Items by Subject

 

Feedback

If you need help or have a question for Customer Service, contact us.
 Would you like to update product info or give feedback on images?
Is there any other feedback you would like to provide?

Your comments can help make our site better for everyone.


Your Recent History

 (What's this?)

After viewing product detail pages or search results, look here to find an easy way to navigate back to pages you are interested in.