I am trying to log in the user using the FormAuth... object. IT doesn't seem to work.
The code below creates a new user, adds user profile info to a second database, and trys to log the user in. The issue is that I cannot access:
HttpContext.Current.User.I
dentity
It is not set. I want to create a user and then have the Current HttpContext reflect that this use is in fact logged in,
How do I do that?
Start Free Trial