Hi All,
I'm trying to create a feed reader to use the RSS feed from the Blog module so that I can display a list of recent posts elsewhere on the site. I had it working quite well when using a page that required no authentication, but now that I've put it in on our beta installation, which automatically logs users in through Active Directory, it throws an error.
Here is the stack trace:
[NullReferenceException: Object reference not set to an instance of an object.]
DotNetNuke.Professional.Authentication.ActiveDirectory.HttpModules.AuthenticationModule.OnAuthenticateRequest(Object s, EventArgs e) +491
System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +138
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +90
Has anybody run into this before, or at least help me get on the right track to working this out?
Thanks,
Owen