Chapter 15 15_1 & 15_2 and setting up SQL server
Has anyone had a problem with the Windows Authentication (listing 15_1 & 15_2)? No matter what I do the Page.User.Identity.IsAuthenticated keeps coming out false...
Is there any plan to complete the examples for this book? This chapter doesn't have complete examples that work out-of-the-box (same for many other chapters)...
I did tweak the machine.config to have entries for both the sqlexpress (2005) and sql 2000 databases but I would rather just do all of this in the web.config rather than change the entire machine-wide settings...
I've already installed the Personalization engine via the sql script files (note the book doesn't mention you have to run InstallCommon.sql first...
I should have saved the output from these sql script runs but I didn't... There were no serious errors but I think there may have been some problems with assigning user permissions or something to that effect during either InstallCommon.sql or InstallPersonalization.sql
|