I want to configure my NHibernate Fluent from a app.config and a appSettingKey.
Is there someone who can explain how the file: app.config, will look like
MsSqlConfiguration.MsSql2005
.ConnectionString(c => c
.FromAppSetting("appSettingKey"));
And this is my connectionsString: Data Source=(local);Initial Catalog=ABC;Integrated Security=True
"Data Source=.;Initial Catalog=ABC;Integrated Security=True" <--- This doesn't work.
// Mats, Stockholm, Sweden