2009-01-18 4 views

Respuesta

23

lo encontré en google.com:

<connectionStrings> 
    <add name="connection_string_name" connectionString="[connection string]"/> 
</connectionStrings> 

<hibernate-configuration xmlns="urn:nhibernate-configuration-2.2"> 
    <session-factory> 
     ... 
     <property name="connection.connection_string_name">connection_string_name</property> 
     ... 
    </session-factory> 
</hibernate-configuration> 
Cuestiones relacionadas