You are currently viewing the BOOK: Beginning ASP.NET 4.5 : in C# and VB section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
Why is that your application doesn't allow people to add reviews of albums or concert appearances. It just allows you to upload photos of reviews but it doesn't allow you to add, edit, delete reviews.
It's an arbitrary decision from a site perspective. From a book perspective, it enabled me to show you three ways of content protection: free for all (most of the site), accessible to logged in users (photo albums) and accessible to admins only (everything in /Management). You can freely mix and match in your own sites of course.