Articles liés à Professional ASP.NET 3.5 Security, Membership, and...

Professional ASP.NET 3.5 Security, Membership, and Role Management with C# and VB - Couverture souple

 
9780470379301: Professional ASP.NET 3.5 Security, Membership, and Role Management with C# and VB

Synopsis

This book is intended for developers who are already familiar with and have a solid understanding of ASP.NET 1.1 and ASP.NET 2.0 security concepts, especially in the areas of forms authentication, page security, and website authorization. It assumes that you have a good understanding of the general functionality of Membership and Role Manager. It is also assumes that you have some familiarity working with ASP.NET AJAX 3.5. The book aims to "peel back the covers" of various ASP.NET security features so you can gain a deeper understanding of the security options available to you. Explaining the new IIS 7.0 and its Integrated mode of execution is also included in the book. This book was written using the .NET 3.5 Framework along with the .NET Framework SPI on both Windows Sever 2008 and Windows Vista. The sample code in the book has been verified to work with .NET 3.5 Framework and .NET 3.5 Framework SPI on Windows Vista. To run all of the samples in the book you will need the following: Windows Server 2008 or Windows Vista Internet Information Services 7.0 (IIS 7.0 ) Visual Studio 2008 RTM Either SQL Server 2000 or SQL Server 2005 A Window's Sever 2008 domain running at Windows Server 2008 functional level This book covers many topics and areas in ASP.NET 2.0 and ASP.NET 3.5. It first introduces Internet Information Services 7.0 (IIS 7.0). It goes on to explain in detail the new IIS 7.0 Integrated mode of execution. Next, detailed coverage of how security is applied when the ASP.NET application starts up and when a request is processed in the newly introduced integrated request-processing pipeline is discussed. After this, the book branches out and begins to cover security information for features such as trust levels, forms authentication, page security, and session state. This will show you how you can benefit from the IIS 7.0 Integrated mode to make better use of ASP.NET features. You will also gain an understanding of the lesser known security features in ASP.NET 2.0 and ASP.NET 3.5. In chapter 10 the book changes direction and addresses two security services in ASP.NET 2.0 and ASP.NET 3.5: Membership and Role Manager. You will learn about the provider model that underlies each of these features. The internals of the feature are also discussed, as well as the SQL- and Active Directory-based providers included with them. The discussion of ASP.NET features is continued in chapter 17, which is dedicated to the ASP.NET AJAX 3.5 security integration with ASP.NET 3.5; it will also show how to authenticate and authorize users with JavaScript code written from the client-side. The book closes with a chapter about the best practices ASP.Net developers should follow to protect their applications from attack. Chapter 1 starts by refreshing ideas on application pools and worker processes. It later gets into the major components that make up IIS 7.0. Chapter 2 begins by introducing the advantages of the IIS 7.0 and ASP.NET integrated mode. Chapter 3 gives you a walkthrough of the security processing that both IIS 7.0 and ASP.NET perform in the integrated/unified request-processing pipeline. Chapter 4 defines what an ASP.NET trust level is and how ASP.NET trust levels work to provide secure environments for running web applications. Chapter 5 covers the security features in the 2.0 and 3.5 Frameworks' configuration systems. Chapter 6 explains ASP.NET 2.0 and ASP.NET 3.5 features for forms authentication. Chapter 7 demonstrates using IIS 7.0 wildcard mappings and ASP.NET 2.0 and ASP.NET 3.5 support for wildcard mappings to share authentication and authorization information with Classic ASP applications. Chapter 8 covers security features and guidance for session state. Chapter 9 describes some lesser known page security features from ASP.NET 1.1 and describes how ASP.NET 2.0 and ASP.NET 3.5 options for securing viewstate and postback events. Chapter 10 gives you an architectural overview of the provider model in both ASP.NET 2.0 and ASP.NET 3.5. Chapter 11 talks about the Membership feature in ASP.NET 2.0 and ASP.NET 3.5 Chapter 12 delves into both the SqlMembershipProvider as well as general database design assumptions that are included in all of ASP.NET 2.0's and ASP.NET 3.5's SQL-based features. Chapter 13 covers other membership provider that ships in ASP.NET 2.0 and ASP.NET 3.5-ActiveDirectoryMembershipProvider. Chapter 14 describes the Role Manager feature that provides built-in authorization support for ASP.NET 2.0 and ASP.NET 3.5. Chapter 15 discusses the SqlRoleProvider and its underlying SQL schema. Chapter 16 covers the AuthorizationStoreRoleProvider, which is a provider that maps Role Manager functionality to the Authorization Manager. Chapter 17 discusses how ASP.NET AJAX 3.5 integrates with ASP.NET 3.5 Membership and Role management features through newly introduced web services. Chapter 18 covers the best practices that can be followed to secure ASP.NET applications. Bilal Haidar has authored several online articles for www.aspalliance.com, www.code-magazine.com, and www.aspnetpro.com. He is one of the top posters at the ASP.NET forums. He has been a Microsoft MVP in ASP.NET since 2004 and is also a Microsoft certified trainer. Currently, Bilal works as a senior developer for Consolidated Contractors Company (CCC), whose headquarters are based in Athens, Greece. Stefan Schackow, the previous author of this book, is a Program Manager on the Web Platform and Tools Team at Microsoft. He worked on the new application services stack in Visual Studio 2005 and owned the Membership, Role Manager, Profile, Personalization, and Site Navigation features in ASP.NET 2.0. Currently he is working on Silverlight for Microsoft. Stefan is a frequent speaker at Microsoft developer conferences.

Les informations fournies dans la section « Synopsis » peuvent faire référence à une autre édition de ce titre.

Quatrième de couverture

Professional ASP.NET 3.5 Security, Membership, andRole Management with C# and VB

ASP.NET security covers concepts such as Web security, developing in partial trust, forms authentication, and securing configuration just to name a few all integral components to helping developers ensure reliable security. Addressing the ASP.NET developer′s security view, this book offers detailed information on every major area of ASP.NET security that you′ll encounter when developing Web applications. The book covers security in ASP.NET in general and includes the new additions and changes in ASP.NET 3.5.

Microsoft MVP Bilal Haidar covers the security highlights and new features of Internet Information Services (IIS) 7.0, and offers a detailed look at the request lifecycle, as well as clear explanations of AJAX authentication and authorization. You′ll explore ASP.NET Session State, Membership, and Role Management so you will have a solid ability to develop secure and robust Web sites with ASP.NET 3.5 in VB or C# code.

What you will learn from this book

  • Best practices for developing secure ASP.NET Web applications, including protecting against AJAX threats

  • How to securely access ASP.NET configuration files for reading and editing purposes

  • Techniques for integrating security between ASP.NET and classic ASP

  • Various ASP.NET trust levels in both development and hosting stages

  • The security context associated with the processing of the request by the different modules of ASP.NET

  • The security features for forms authentication and session state

  • How to use Active Directory with the Membership and Role Manager features

Who this book is for

This book is for ASP.NET developers who have experience with developing ASP.NET Web applications in either VB or C#.

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.

Les informations fournies dans la section « A propos du livre » peuvent faire référence à une autre édition de ce titre.

Acheter D'occasion

état :  Satisfaisant
Your purchase helps support Sri...
Afficher cet article

EUR 4,55 expédition depuis Royaume-Uni vers France

Destinations, frais et délais

Autres éditions populaires du même titre

9788126519163: Professional ASP.NET 3.5 Security, Membership, and Role Management with C# and VB

Edition présentée

ISBN 10 :  8126519169 ISBN 13 :  9788126519163
Couverture souple

Résultats de recherche pour Professional ASP.NET 3.5 Security, Membership, and...

Image d'archives

Haidar, Bilal
Edité par Wrox, 2008
ISBN 10 : 0470379308 ISBN 13 : 9780470379301
Ancien ou d'occasion Couverture souple

Vendeur : Phatpocket Limited, Waltham Abbey, HERTS, Royaume-Uni

Évaluation du vendeur 5 sur 5 étoiles Evaluation 5 étoiles, En savoir plus sur les évaluations des vendeurs

Etat : Good. Your purchase helps support Sri Lankan Children's Charity 'The Rainbow Centre'. Ex-library, so some stamps and wear, but in good overall condition. Our donations to The Rainbow Centre have helped provide an education and a safe haven to hundreds of children who live in appalling conditions. N° de réf. du vendeur Z1-Q-030-03038

Contacter le vendeur

Acheter D'occasion

EUR 3,88
Autre devise
Frais de port : EUR 4,55
De Royaume-Uni vers France
Destinations, frais et délais

Quantité disponible : 1 disponible(s)

Ajouter au panier

Image d'archives

Haidar, Bilal
Edité par Wrox, 2008
ISBN 10 : 0470379308 ISBN 13 : 9780470379301
Ancien ou d'occasion Paperback

Vendeur : WorldofBooks, Goring-By-Sea, WS, Royaume-Uni

Évaluation du vendeur 5 sur 5 étoiles Evaluation 5 étoiles, En savoir plus sur les évaluations des vendeurs

Paperback. Etat : Very Good. The book has been read, but is in excellent condition. Pages are intact and not marred by notes or highlighting. The spine remains undamaged. N° de réf. du vendeur GOR007440719

Contacter le vendeur

Acheter D'occasion

EUR 1,94
Autre devise
Frais de port : EUR 9,27
De Royaume-Uni vers France
Destinations, frais et délais

Quantité disponible : 1 disponible(s)

Ajouter au panier

Image d'archives

Schackow, Stefan, Haidar, Bilal
ISBN 10 : 0470379308 ISBN 13 : 9780470379301
Ancien ou d'occasion Couverture souple Edition originale

Vendeur : Better World Books, Mishawaka, IN, Etats-Unis

Évaluation du vendeur 5 sur 5 étoiles Evaluation 5 étoiles, En savoir plus sur les évaluations des vendeurs

Etat : Good. 1st Edition. Used book that is in clean, average condition without any missing pages. N° de réf. du vendeur 6030587-6

Contacter le vendeur

Acheter D'occasion

EUR 8,71
Autre devise
Frais de port : EUR 16,76
De Etats-Unis vers France
Destinations, frais et délais

Quantité disponible : 1 disponible(s)

Ajouter au panier

Image d'archives

Bilal Haidar
Edité par Wrox, 2008
ISBN 10 : 0470379308 ISBN 13 : 9780470379301
Ancien ou d'occasion Paperback

Vendeur : ThriftBooks-Dallas, Dallas, TX, Etats-Unis

Évaluation du vendeur 5 sur 5 étoiles Evaluation 5 étoiles, En savoir plus sur les évaluations des vendeurs

Paperback. Etat : Good. No Jacket. Pages can have notes/highlighting. Spine may show signs of wear. ~ ThriftBooks: Read More, Spend Less 3.1. N° de réf. du vendeur G0470379308I3N00

Contacter le vendeur

Acheter D'occasion

EUR 26,17
Autre devise
Frais de port : EUR 19,76
De Etats-Unis vers France
Destinations, frais et délais

Quantité disponible : 1 disponible(s)

Ajouter au panier

Image d'archives

Bilal Haidar
ISBN 10 : 0470379308 ISBN 13 : 9780470379301
Ancien ou d'occasion Paperback Edition originale

Vendeur : booksforcomfort, Comfort, TX, Etats-Unis

Évaluation du vendeur 4 sur 5 étoiles Evaluation 4 étoiles, En savoir plus sur les évaluations des vendeurs

Paperback. Etat : Very Good. 1st edition. Professional ASP NET 3.5 Security, Membership, and Role Management with C# and VB. Published by Wiley Publishing Inc, Indianapolis, IN, 2006. 1st Edition 1st Printing. Paperback. No DJ. Size 8vo (up to 9-1/2'' tall). Condition: VG. Some edge & corner wear, overall content excellent. 904 pgs. ISBN 9780470379301. LCCN 2008036129. By Bilal Haidar and Stefan Schackow. Wrox programmer to programmer. Updates, source code, and Wrox technical support at wrox dot com. Description text copyright 2021 BooksForComfort. Item ID 33185. book. N° de réf. du vendeur 33185

Contacter le vendeur

Acheter D'occasion

EUR 24,47
Autre devise
Frais de port : EUR 46,69
De Etats-Unis vers France
Destinations, frais et délais

Quantité disponible : 1 disponible(s)

Ajouter au panier

Image d'archives

Haidar, Bilal
Edité par Wrox, 2008
ISBN 10 : 0470379308 ISBN 13 : 9780470379301
Ancien ou d'occasion paperback

Vendeur : HPB-Red, Dallas, TX, Etats-Unis

Évaluation du vendeur 5 sur 5 étoiles Evaluation 5 étoiles, En savoir plus sur les évaluations des vendeurs

paperback. Etat : Good. Connecting readers with great books since 1972! Used textbooks may not include companion materials such as access codes, etc. May have some wear or writing/highlighting. We ship orders daily and Customer Service is our top priority! N° de réf. du vendeur S_380751628

Contacter le vendeur

Acheter D'occasion

EUR 22,68
Autre devise
Frais de port : EUR 89,13
De Etats-Unis vers France
Destinations, frais et délais

Quantité disponible : 1 disponible(s)

Ajouter au panier

Image d'archives

Haidar, Bilal
Edité par Wrox, 2008
ISBN 10 : 0470379308 ISBN 13 : 9780470379301
Ancien ou d'occasion paperback

Vendeur : HPB-Ruby, Dallas, TX, Etats-Unis

Évaluation du vendeur 5 sur 5 étoiles Evaluation 5 étoiles, En savoir plus sur les évaluations des vendeurs

paperback. Etat : Very Good. Connecting readers with great books since 1972! Used books may not include companion materials, and may have some shelf wear or limited writing. We ship orders daily and Customer Service is our top priority! N° de réf. du vendeur S_426630279

Contacter le vendeur

Acheter D'occasion

EUR 22,73
Autre devise
Frais de port : EUR 89,13
De Etats-Unis vers France
Destinations, frais et délais

Quantité disponible : 1 disponible(s)

Ajouter au panier

Image d'archives

Haidar, Bilal
Edité par Wrox, 2008
ISBN 10 : 0470379308 ISBN 13 : 9780470379301
Ancien ou d'occasion paperback

Vendeur : dsmbooks, Liverpool, Royaume-Uni

Évaluation du vendeur 4 sur 5 étoiles Evaluation 4 étoiles, En savoir plus sur les évaluations des vendeurs

paperback. Etat : Good. Good. book. N° de réf. du vendeur D8S0-3-M-0470379308-2

Contacter le vendeur

Acheter D'occasion

EUR 118,70
Autre devise
Frais de port : EUR 28,97
De Royaume-Uni vers France
Destinations, frais et délais

Quantité disponible : 1 disponible(s)

Ajouter au panier