I would like to catch anonymous users on our SharePoint 2010 site and automatically log them in as a single specific user. Any ideas?
I can currently intercept the Application_AuthenticateRequest method in the global.asax and from here I can determine if the user is authenticated using: Request.IsAuthenticated