In the meantime, I started debugging the code, and found this: In the context that is passed into the ThoughtWorks.CruiseControl.WebDashboard.MVC.ASPNET.HttpHandler.ProcessRequest function, the Session is null. This, of course, leads to an exception in the very first line of this function: CruiseObjectSourceInitializer sourceSetup = (CruiseObjectSourceInitializer) context.Session[CruiseObjectSourceInitializerName]; Since the session is created by IIS, I assume I have a configuration issue. Any ideas?
-- --- You received this message because you are subscribed to the Google Groups "ccnet-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
