I have a situation where i want to input the details for anonymous Users also. So i have created a user id for them in Profile. When i am setting the user details
FormsAuthentication.SetAuthCookie(username, true);
I want the details relating to the user with User.Identity.Name with the username, but the User.Identity.IsAuthenticated to false. Right now i am getting it as true. I want to set this to true only after a particular login.