Skip to content

Commit

Permalink
Fix application name in connection string
Browse files Browse the repository at this point in the history
  • Loading branch information
seif committed Dec 6, 2011
1 parent 0e74b67 commit b23c08d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Solutions/SharpArchTemplate.Web.Mvc/NHibernate.config
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8" ?>
<hibernate-configuration xmlns="urn:nhibernate-configuration-2.2">
<session-factory>
<property name="connection.connection_string">Data Source=.;Initial Catalog=SharpArchTemplate;Integrated Security=True;Application Name=LuLu;</property>
<property name="connection.connection_string">Data Source=.;Initial Catalog=SharpArchTemplate;Integrated Security=True;Application Name=SharpArchTemplate;</property>
<property name="dialect">NHibernate.Dialect.MsSql2008Dialect</property>
<property name="connection.provider">NHibernate.Connection.DriverConnectionProvider</property>
<property name="connection.driver_class">NHibernate.Driver.SqlClientDriver</property>
Expand Down

0 comments on commit b23c08d

Please sign in to comment.