1 <?xml version=
"1.0" encoding=
"utf-8" ?>
4 <section name=
"monoRail"
5 type=
"Castle.MonoRail.Framework.Configuration.MonoRailSectionHandler, Castle.MonoRail.Framework" />
6 <section name=
"activerecord"
7 type=
"Castle.ActiveRecord.Framework.Config.ActiveRecordSectionHandler, Castle.ActiveRecord" />
11 <assembly><%= ClassName %
></assembly>
13 <viewEngine viewPathRoot=
"../app/views"
14 customEngine=
"Castle.MonoRail.Framework.Views.NVelocity.NVelocityViewEngine, Castle.MonoRail.Framework.Views.NVelocity" />
15 <!-- Uncomment the following if you're using Brail -->
16 <!-- <viewEngine viewPathRoot="../app/views"
17 customEngine="Castle.MonoRail.Views.Brail.BooViewEngine, Castle.MonoRail.Views.Brail" /> -->
24 type=
"Castle.MonoRail.Framework.MonoRailHttpHandlerFactory, Castle.MonoRail.Framework" />
27 <add name=
"monorail" type=
"Castle.MonoRail.Framework.EngineContextModule, Castle.MonoRail.Framework" />
29 <customErrors mode=
"RemoteOnly" />
30 <authentication mode=
"None" />
34 <trace enabled=
"false" requestLimit=
"10" pageOutput=
"false" traceMode=
"SortByTime" localOnly=
"true" />
35 <sessionState mode=
"InProc" stateConnectionString=
"tcpip=127.0.0.1:42424" sqlConnectionString=
"data source=127.0.0.1;Trusted_Connection=yes"
36 cookieless=
"false" timeout=
"20" />
37 <globalization requestEncoding=
"utf-8" responseEncoding=
"utf-8" />