Hello,
I'm using the Events Portal that comes as part of the Marketing module. MS, however, advises us that the Events Portal provided is for demo purposes only and not fit for Production purposes, because they may get overwritten by future updates.
So I created a new Website record and updated the Website Binding. I can now see my new website, but can't get the SignIn functionality to work. If I go to mynewwebsite/SignIn, I get an error. Has anyone had this issue before? Could it be because the Sign In page is tied up to the 'default' Website record provisioned by Microsoft? If I update the binding back to the 'default' website then SignIn would work again)
The full error logged is:
ExceptionMessage:The view 'Error' or its master was not found or no view engine supports the searched locations. The following locations were searched:
~/Areas/Account/Views/Login/Error.aspx
~/Areas/Account/Views/Login/Error.ascx
~/Areas/Account/Views/Shared/Error.aspx
~/Areas/Account/Views/Shared/Error.ascx
~/Views/Login/Error.aspx
~/Views/Login/Error.ascx
~/Views/Shared/Error.aspx
~/Views/Shared/Error.ascx
~/Areas/Account/Views/Login/Error.cshtml
~/Areas/Account/Views/Login/Error.vbhtml
~/Areas/Account/Views/Shared/Error.cshtml
~/Areas/Account/Views/Shared/Error.vbhtml
~/Views/Login/Error.cshtml
~/Views/Login/Error.vbhtml
~/Views/Shared/Error.cshtml
~/Views/Shared/Error.vbhtml
System.InvalidOperationException
at System.Web.Mvc.ViewResult.FindView(ControllerContext context)
at System.Web.Mvc.ViewResultBase.ExecuteResult(ControllerContext context)
at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass21.<BeginInvokeAction>b__1e(IAsyncResult asyncResult)
at System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeAction(IAsyncResult asyncResult)
at System.Web.Mvc.Controller.<BeginExecuteCore>b__1d(IAsyncResult asyncResult, ExecuteCoreState innerState)
at System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncVoid`1.CallEndDelegate(IAsyncResult asyncResult)
at System.Web.Mvc.Controller.EndExecuteCore(IAsyncResult asyncResult)
at System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncVoid`1.CallEndDelegate(IAsyncResult asyncResult)
at System.Web.Mvc.Controller.EndExecute(IAsyncResult asyncResult)
at System.Web.Mvc.MvcHandler.<BeginProcessRequest>b__5(IAsyncResult asyncResult, ProcessRequestState innerState)
at System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncVoid`1.CallEndDelegate(IAsyncResult asyncResult)
at System.Web.Mvc.MvcHandler.EndProcessRequest(IAsyncResult asyncResult)
at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step)
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)\
Thanks for your help.