Chapter 16 Profile Problem
I am following the TIO on page 562 Chapter 16.
The exercise works fine and stores profile information in the database but only when a user is logged in as it should. However if no user is logged in, instead of going to the login page it just displays an error saying that this property cannot be set for anonymous users.
I guess this is because of the " deny users="?" " but I don't see why it just doesn't go to the login.aspx page like it is supposed to in the book?
|