I have created an ashx and placed it in _layouts folder
I am trying to get SPContext.Current.Web.CurrentUser in the ashx code but I am not getting it, it is coming out null.
Let me know what could be the issue here. My wss site is on windows authentication and I do login to reach the link which redirects me to the _layouts/ ashx page.