I noticed that if you are using Forms Authentication then you can't pull the User.Identity.Name. It is empty. In our applications we need to use Forms Auth. but still at times I need to retrieve the user and the error when they can't sign in.

Is there a way to pull the User's Name from their computer even though I am using Forms Authentication in the Web Config file?

Thanks.