Server Error in '/' Application.

MonoRail could not resolve a view engine instance for the template 'Blog\View'.
There are two possible reasons, either the template does not exist, or the view engine that handles an specific file extension has not been configured correctly web.config (section monorail, node viewEngines).

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: Castle.MonoRail.Framework.MonoRailException: MonoRail could not resolve a view engine instance for the template 'Blog\View'.
There are two possible reasons, either the template does not exist, or the view engine that handles an specific file extension has not been configured correctly web.config (section monorail, node viewEngines).

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:


[MonoRailException: MonoRail could not resolve a view engine instance for the template 'Blog\View'.
There are two possible reasons, either the template does not exist, or the view engine that handles an specific file extension has not been configured correctly web.config (section monorail, node viewEngines).]
   Castle.MonoRail.Framework.Services.DefaultViewEngineManager.ResolveEngine(String templateName, Boolean throwIfNotFound) +342
   Castle.MonoRail.Framework.Services.DefaultViewEngineManager.Process(String templateName, TextWriter output, IEngineContext context, IController controller, IControllerContext controllerContext) +58
   Castle.MonoRail.Framework.Controller.ProcessView() +139
   MotoMundi.Common.Interceptors.LoggingIterceptor.Intercept(IInvocation invocation) +2045
   Castle.MonoRail.Framework.Controller.RunActionAndRenderView() +2054
   MotoMundi.Common.Interceptors.LoggingIterceptor.Intercept(IInvocation invocation) +2045
   Castle.MonoRail.Framework.BaseHttpHandler.Process(HttpContext context) +141

[MonoRailException: Error processing MonoRail request. Action View on controller Blog]
   Castle.MonoRail.Framework.BaseHttpHandler.Process(HttpContext context) +532
   System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +790
   System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step) +195
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +88


Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.7.3650.0