What is the recommended connection string for Fluent NHibernate connecting to SQL Azure database using cloud services.

What is the recommended connection string for Fluent NHibernate connecting to SQL Azure database using cloud services.

For example, should
Pooling=true/false;
MultipleActiveRecordsets=true/false;

etc

Thanks in advance

1 answer

How about this connection string

Server=TCP:azureserver.database.windows.net;Database=myDataBase;Uid=username@azureserver;Pwd=******

All connectivity options you may find in SQL Azure connection string options