Chapter 18, Configuring Security
I have not been able to complete Steps 6, 9 and 10 on Page 620 for the Configuring Security try it out.
On step 6 there is no label after "Your application is currently configured to use: "
On step 9 there is no way to assign a user to a role. Step 10 states "select the Admin folder to deny access to authenticated users," there is no radio button for Authenticated users.
After finishing what I could on the Security Setup Wizard, there was no SQL Server database in my Solution explorer or web.config files created in my Intro or Admin.
Unfortunately the downloaded code example does not work for me, when accessing the security tab of the ASP.NET Web Application Administration, I am greeted with the error message
The database '' cannot be opened because it is version 655. This server supports version 612 and earlier. A downgrade path is not supported. Could not open new database 'ASPNETDB.MDF'. CREATE DATABASE is aborted. An attempt to attach an auto-named database for file aspnetdb.mdf failed. A database with the same name exists, or specified file cannot be opened, or it is located on UNC share.
Any clues where we can look to get things back on track here?
|