Thanks joe - that got the indexs rebuilt, trouble is it now throws the following error when I login
2009-09-17 15:39:15,023 ERROR mojoPortal.Web.mojoBasePage - 80.177.23.76-en-GB - /seniorsection/Secure/Login.aspx
System.TypeInitializationException: The type initializer for 'mojoPortal.Business.WebHelpers.UserSignInHandlers.UserSignInHandlerProviderManager' threw an exception. ---> System.Configuration.ConfigurationErrorsException: Exception has been thrown by the target of an invocation.
at System.Web.Configuration.ProvidersHelper.InstantiateProvider(ProviderSettings providerSettings, Type providerType)
at System.Web.Configuration.ProvidersHelper.InstantiateProviders(ProviderSettingsCollection configProviders, ProviderCollection providers, Type providerType)
at mojoPortal.Business.WebHelpers.UserSignInHandlers.UserSignInHandlerProviderManager.Initialize()
at mojoPortal.Business.WebHelpers.UserSignInHandlers.UserSignInHandlerProviderManager..cctor()
--- End of inner exception stack trace ---
at mojoPortal.Business.WebHelpers.UserSignInHandlers.UserSignInHandlerProviderManager.get_Providers()
at mojoPortal.Web.UI.SiteLogin.OnUserSignIn(UserSignInEventArgs e)
at mojoPortal.Web.UI.SiteLogin.SiteLogin_LoggedIn(Object sender, EventArgs e)
at System.Web.UI.WebControls.Login.OnLoggedIn(EventArgs e)
at System.Web.UI.WebControls.Login.AttemptLogin()
at System.Web.UI.WebControls.Login.OnBubbleEvent(Object source, EventArgs e)
at System.Web.UI.Control.RaiseBubbleEvent(Object source, EventArgs args)
at System.Web.UI.WebControls.Button.OnCommand(CommandEventArgs e)
at System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument)
at System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument)
at System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument)
at System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
2009-09-17 15:39:15,026 ERROR mojoPortal.Web.Global - 80.177.23.76-en-GB - /seniorsection/Secure/Login.aspx
System.Configuration.ConfigurationErrorsException: Exception has been thrown by the target of an invocation.
at System.Web.Configuration.ProvidersHelper.InstantiateProvider(ProviderSettings providerSettings, Type providerType)
at System.Web.Configuration.ProvidersHelper.InstantiateProviders(ProviderSettingsCollection configProviders, ProviderCollection providers, Type providerType)
at mojoPortal.Business.WebHelpers.UserSignInHandlers.UserSignInHandlerProviderManager.Initialize()
at mojoPortal.Business.WebHelpers.UserSignInHandlers.UserSignInHandlerProviderManager..cctor()
2009-09-17 15:39:16,706 ERROR mojoPortal.Web.Global - 80.177.23.76-en-GB - /seniorsection/ScriptResource.axd?d=l53QigJd3KGiEVmin/PageLayout.aspx?pageid=34
System.FormatException: Invalid character in a Base-64 string.
at System.Convert.FromBase64CharArray(Char[] inArray, Int32 offset, Int32 length)
at System.Web.HttpServerUtility.UrlTokenDecode(String input)
at System.Web.UI.Page.DecryptStringWithIV(String s, IVType ivType)
at System.Web.UI.Page.DecryptString(String s)
at System.Web.Handlers.ScriptResourceHandler.DecryptParameter(NameValueCollection queryString)
at System.Web.Handlers.ScriptResourceHandler.ProcessRequestInternal(HttpResponse response, NameValueCollection queryString, VirtualFileReader fileReader)
at System.Web.Handlers.ScriptResourceHandler.ProcessRequest(HttpContext context)
at System.Web.Handlers.ScriptResourceHandler.System.Web.IHttpHandler.ProcessRequest(HttpContext context)
at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)