2
votes
1answer
1k views

SPWeb.CurrentUser gives wrong result when called from HttpModule

I am trying to get the current logged-in SharePoint username through SPWeb.CurrentUser. This usually provides the results I am expecting, except in one instance. I am logged into my development ...
3
votes
2answers
772 views

What to watch out for developing an HTTP Module in SharePoint 2007

Has anyone created a custom HTTP Module for SharePoint 2007? If yes, what should I watch out for? I need to add a course grain authentication check to SharePoint (can a user see this app), so I need ...