Course
Skills Expanded
ASP.NET Security Secrets Revealed
ASP.NET Security Secrets Revealed is all about looking at a broad range of security features within the framework in small bites of easily consumable information.
What you'll learn
ASP.NET is full of little nuggets of security goodness, often doing their work in the background without you even noticing and other times secreted away within obscure corners of the framework. This course is about building familiarity with the breadth of framework features after which the developer can go off and build further knowledge through existing Pluralsight courses that really drill deep into the detail.
Table of contents
Introduction
3mins
Configuration
49mins
- Setting up the Sample App 3m
- Enabling Custom Errors 4m
- Setting a Default Redirect Error Page 2m
- Configuring the Redirect Mode 1m
- Persisting Sessions in Cookies and URIs 7m
- HTTP only Session Cookies 2m
- Changing the Session Cookie Name 1m
- Enabling and Using Tracing 4m
- Request Validation 3m
- Securing Content using the Location Element 2m
- Hiding the ASP.NET Version Number 3m
- Defaulting Cookies to HTTP Only 3m
- Defaulting Cookies to Secure 4m
- Enabling Retail mode on the Server 3m
- The maxRequestLength Setting 2m
- About Unsafe Header Parsing 3m
- Summary 2m
Membership, Identity and Roles
32mins
- Understanding Membership and Identity 3m
- Creating a Visual Studio 2012 Project 2m
- The Forms Authentication Auth Cookie 2m
- Persisting Accounts in the Database 1m
- Forms Authentication Timeout 2m
- Cookieless, Requiring SSL, HttpOnly and Cookie Name 2m
- Sliding Expiration 2m
- The Protection Setting 2m
- Configuring Membership 5m
- Roles 4m
- Role Storage 4m
- Summary 2m
MVC
33mins
Web Forms
49mins