1 <?xml version=
"1.0" encoding=
"utf-8" ?>
6 <section name=
"activerecord"
7 type=
"Castle.ActiveRecord.Framework.Config.ActiveRecordSectionHandler, Castle.ActiveRecord" />
10 <!-- For the configuratio reference, check -->
11 <!-- http://www.castleproject.org/index.php/ActiveRecord:Configuration_Reference -->
14 <!-- The configuration below is good enough for MS SQL Server only -->
17 <add key=
"hibernate.connection.driver_class" value=
"NHibernate.Driver.SqlClientDriver" />
18 <add key=
"hibernate.dialect" value=
"NHibernate.Dialect.MsSql2000Dialect" />
19 <add key=
"hibernate.connection.provider" value=
"NHibernate.Connection.DriverConnectionProvider" />
20 <add key=
"hibernate.connection.connection_string" value=
"Data Source=.;Initial Catalog=mydatabase;Integrated Security=SSPI" />