Artículos relacionados a Professional ASP.NET 3.5 Security, Membership, and...

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

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

Sinopsis

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.

"Sinopsis" puede pertenecer a otra edición de este libro.

De la contraportada

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.

"Sobre este título" puede pertenecer a otra edición de este libro.

Comprar usado

Condición: Aceptable
Your purchase helps support Sri...
Ver este artículo

EUR 4,55 gastos de envío desde Reino Unido a España

Destinos, gastos y plazos de envío

Otras ediciones populares con el mismo título

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

Edición Destacada

ISBN 10:  8126519169 ISBN 13:  9788126519163
Tapa blanda

Resultados de la búsqueda para Professional ASP.NET 3.5 Security, Membership, and...

Imagen de archivo

Haidar, Bilal
Publicado por Wrox, 2008
ISBN 10: 0470379308 ISBN 13: 9780470379301
Antiguo o usado Tapa blanda

Librería: Phatpocket Limited, Waltham Abbey, HERTS, Reino Unido

Calificación del vendedor: 5 de 5 estrellas Valoración 5 estrellas, Más información sobre las valoraciones de los vendedores

Condición: 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 ref. del artículo: Z1-Q-030-03038

Contactar al vendedor

Comprar usado

EUR 3,88
Convertir moneda
Gastos de envío: EUR 4,55
De Reino Unido a España
Destinos, gastos y plazos de envío

Cantidad disponible: 1 disponibles

Añadir al carrito

Imagen de archivo

Haidar, Bilal
Publicado por Wrox, 2008
ISBN 10: 0470379308 ISBN 13: 9780470379301
Antiguo o usado Paperback

Librería: WorldofBooks, Goring-By-Sea, WS, Reino Unido

Calificación del vendedor: 5 de 5 estrellas Valoración 5 estrellas, Más información sobre las valoraciones de los vendedores

Paperback. Condición: 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 ref. del artículo: GOR007440719

Contactar al vendedor

Comprar usado

EUR 1,94
Convertir moneda
Gastos de envío: EUR 6,95
De Reino Unido a España
Destinos, gastos y plazos de envío

Cantidad disponible: 1 disponibles

Añadir al carrito

Imagen de archivo

Schackow, Stefan, Haidar, Bilal
Publicado por Wiley & Sons, Incorporated, John, 2008
ISBN 10: 0470379308 ISBN 13: 9780470379301
Antiguo o usado Tapa blanda Original o primera edición

Librería: Better World Books, Mishawaka, IN, Estados Unidos de America

Calificación del vendedor: 5 de 5 estrellas Valoración 5 estrellas, Más información sobre las valoraciones de los vendedores

Condición: Good. 1st Edition. Used book that is in clean, average condition without any missing pages. Nº de ref. del artículo: 6030587-6

Contactar al vendedor

Comprar usado

EUR 8,71
Convertir moneda
Gastos de envío: EUR 19,29
De Estados Unidos de America a España
Destinos, gastos y plazos de envío

Cantidad disponible: 1 disponibles

Añadir al carrito

Imagen de archivo

Bilal Haidar
Publicado por Wrox, 2008
ISBN 10: 0470379308 ISBN 13: 9780470379301
Antiguo o usado Paperback

Librería: ThriftBooks-Dallas, Dallas, TX, Estados Unidos de America

Calificación del vendedor: 5 de 5 estrellas Valoración 5 estrellas, Más información sobre las valoraciones de los vendedores

Paperback. Condición: Good. No Jacket. Pages can have notes/highlighting. Spine may show signs of wear. ~ ThriftBooks: Read More, Spend Less 3.1. Nº de ref. del artículo: G0470379308I3N00

Contactar al vendedor

Comprar usado

EUR 26,17
Convertir moneda
Gastos de envío: EUR 19,76
De Estados Unidos de America a España
Destinos, gastos y plazos de envío

Cantidad disponible: 1 disponibles

Añadir al carrito

Imagen de archivo

Bilal Haidar
ISBN 10: 0470379308 ISBN 13: 9780470379301
Antiguo o usado Paperback Original o primera edición

Librería: booksforcomfort, Comfort, TX, Estados Unidos de America

Calificación del vendedor: 4 de 5 estrellas Valoración 4 estrellas, Más información sobre las valoraciones de los vendedores

Paperback. Condición: 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 ref. del artículo: 33185

Contactar al vendedor

Comprar usado

EUR 24,47
Convertir moneda
Gastos de envío: EUR 46,69
De Estados Unidos de America a España
Destinos, gastos y plazos de envío

Cantidad disponible: 1 disponibles

Añadir al carrito

Imagen de archivo

Haidar, Bilal
Publicado por Wrox, 2008
ISBN 10: 0470379308 ISBN 13: 9780470379301
Antiguo o usado paperback

Librería: HPB-Red, Dallas, TX, Estados Unidos de America

Calificación del vendedor: 5 de 5 estrellas Valoración 5 estrellas, Más información sobre las valoraciones de los vendedores

paperback. Condición: 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 ref. del artículo: S_380751628

Contactar al vendedor

Comprar usado

EUR 22,68
Convertir moneda
Gastos de envío: EUR 91,67
De Estados Unidos de America a España
Destinos, gastos y plazos de envío

Cantidad disponible: 1 disponibles

Añadir al carrito

Imagen de archivo

Haidar, Bilal
Publicado por Wrox, 2008
ISBN 10: 0470379308 ISBN 13: 9780470379301
Antiguo o usado paperback

Librería: HPB-Ruby, Dallas, TX, Estados Unidos de America

Calificación del vendedor: 5 de 5 estrellas Valoración 5 estrellas, Más información sobre las valoraciones de los vendedores

paperback. Condición: 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 ref. del artículo: S_426630279

Contactar al vendedor

Comprar usado

EUR 22,73
Convertir moneda
Gastos de envío: EUR 91,67
De Estados Unidos de America a España
Destinos, gastos y plazos de envío

Cantidad disponible: 1 disponibles

Añadir al carrito

Imagen de archivo

Haidar, Bilal
Publicado por Wrox, 2008
ISBN 10: 0470379308 ISBN 13: 9780470379301
Antiguo o usado paperback

Librería: dsmbooks, Liverpool, Reino Unido

Calificación del vendedor: 4 de 5 estrellas Valoración 4 estrellas, Más información sobre las valoraciones de los vendedores

paperback. Condición: Good. Good. book. Nº de ref. del artículo: D8S0-3-M-0470379308-2

Contactar al vendedor

Comprar usado

EUR 118,70
Convertir moneda
Gastos de envío: EUR 31,29
De Reino Unido a España
Destinos, gastos y plazos de envío

Cantidad disponible: 1 disponibles

Añadir al carrito