Beginning ASP.NET Security

The book
Beginning ASP.NET Security is now available as a DRM-free PDF ebook

My book, and some others (but who wants those? *grin*) are now available as DRM-free PDFs, at 35% off the print price. For now you’ll need to enter FROST as a coupon code to get the lower price, but apparently the Wrox site will be updated soon to have the lower prices … Technorati Tags: EBook,PDF,Wrox

posted @ Friday, February 25, 2011 9:25 AM | Feedback (1)

Book Errata – Erratum #3

A couple of mistakes in chapter 8; On page 197 the command to create a user within a database needs more explanation, so the whole paragraph should read Adding a user to a database Just because a login exists and can connect to SQL Server it doesn’t gain access to any databases. You must first grant an account access to the database. You can do this with the following SQL command: USE [exampleDatabase] GO ...

posted @ Tuesday, April 27, 2010 2:59 PM | Feedback (1)

Book Errata – Erratum #2

Wrox will be offering an official errata on the book’s page soon. The index refers to XMLTs with a reference to page 234 , that page correctly calls them XSLTs. On page 128 comments in the sample code misspell encryption as “encyrption”. Figure 6.2 on page 133, diagrams asymmetric encryption not symmetric encryption as the figure label states. In other news Dan Maharry thinks the book is splendid. Technorati Tags: Securing ASP.NET,Errata,Wrox

posted @ Friday, March 05, 2010 4:47 PM | Feedback (0)

Beginning ASP.NET Security is now available in the US

You can order it from Amazon and it’s in stock. Even better because I had an American editor you’ll find a severe lack of the letter U in words and the abomination that is the Oxford Comma scattered throughout. In other news despite the continuous hobbit comments Alex Mackey, author of Introducing .NET 4.0 with VS2010 (Amazon US / Amazon UK) has reviewed the book and said nice things, all without payment! Technorati Tags: ASP.NET,Security

posted @ Tuesday, March 02, 2010 7:45 PM | Feedback (0)

Book Errata – Erratum #1

#1 of what will be doubtless many. Right now I’ve started to put things away, so I don’t know when I’ll have the ability to produce a proper errata to Wrox requirements, so rather than have you struggle I’m posting the correction(s) here. Listing 10-11 on page 251 is incorrect, and if ran no X509 signing certificate will be extracted, although the XML signature will be verified. The code should be as follows: public static bool VerifySignature(XmlDocument document, out X509Certificate signingCertificate) { // Create a new SignedXml object and load // the signed...

posted @ Wednesday, January 27, 2010 9:51 PM | Feedback (0)

Beginning ASP.NET Security Table of Contents

A few people have been asking for the table of contents for Beginning ASP.NET Security so here it is; CHAPTER 1: WHY WEB SECURITY MATTERS Anatomy of an Attack Risks and Rewards Building Security from the Ground Up Defense in Depth ...

posted @ Wednesday, January 27, 2010 4:56 PM | Feedback (2)

And the book cover is …

Last year Wrox switched from having happy, smiling, chin posing authors on their book covers to, well, to random images with a bit of red. So for those of you that have pre-ordered you’ll be happy to know that you won’t have me smiling out from your book shelf. Instead you’ll get an image which encapsulates my interest in exercise and sports. Errr, well, someone’s interest in exercise and sports. Never fear though, I am on the inside … Note for Americans – this image is from a game called football by the rest of the world. The...

posted @ Monday, January 04, 2010 6:00 AM | Feedback (1)