Hola a todos, quería consultar si alguno sabe como puedo resolver el siguiente problema cuando me logueo a la página signin.aspx:
Error Description:
Referencia a objeto no establecida como instancia de un objeto.
Error Details:
Se produjo una excepción de tipo 'System.Web.HttpUnhandledException'.
Full Stack:
[NullReferenceException: Referencia a objeto no establecida como instancia de un objeto.]
en Microsoft.Crm.Authentication.CrmPostAuthenticationSettings.LoadSettings()
en Microsoft.Crm.Authentication.CrmPostAuthenticationSettings..ctor()
en Microsoft.Crm.Authentication.CrmPostAuthenticationSettings..cctor()
[TypeInitializationException: Se produjo una excepción en el inicializador de tipo de 'Microsoft.Crm.Authentication.CrmPostAuthenticationSettings'.]
en Microsoft.Crm.Authentication.CrmPostAuthenticationSettings.get_Instance()
en Microsoft.Crm.Authentication.CrmPostAuthenticationCookieHelper.CreateCookie(CrmPostAuthenticationTicket ticket)
en Microsoft.Crm.Authentication.CrmPostAuthenticationHelper.CreateAndAttachCookie(HttpApplication application, CrmPostAuthenticationTicket ticket)
en Microsoft.Crm.Authentication.CrmPostAuthenticationHelper.CreateAndAttachCookie(HttpApplication application, ICrmIdentity identity)
en Microsoft.Crm.Application.Web.SignIn.ConfigurePage()
en Microsoft.Crm.Application.Controls.AppUIPage.OnPreRender(EventArgs e)
en System.Web.UI.Control.PreRenderRecursiveInternal()
en System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
[HttpUnhandledException: Se produjo una excepción de tipo 'System.Web.HttpUnhandledException'.]
en System.Web.UI.Page.HandleError(Exception e)
en System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
en System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
en System.Web.UI.Page.ProcessRequest()
en System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context)
en System.Web.UI.Page.ProcessRequest(HttpContext context)
en ASP.crmorg_signin_aspx.ProcessRequest(HttpContext context)
en System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
en System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
Supongo que me falta alguna configuración en el archivo web.config pero no sé como hacerlo ya que soy novato en esto :(...
La aplicación está instalada en un Win 2003 Std con SQL Server 2005...En un principio me tira la página de login como si estuviera accediendo a un recurso de red de Windows pero luego me aparece la página en cuestión y
cuando me logueo con un usuario de AD me sale el error mencionado...