I have anonymous disabled and windows authentication enabled. When I run my app, sometimes it works and sometimes it doesn't work.
HttpContext.Current.User.Identity.Name gives my windowsuserid at one point and then when i run the app again it will be null. I am not sure whats going on.
I am running this on local IIS server. WHen i push the same code to a different QA server it works. Not sure where/what to fix though.
Any clues please?
Go to the complete details ...