Jump to content

SQLServer backend


Toshiro

Recommended Posts

You need to create a file named "db.conf" on the server installation folder, with the contents:

<DbConfig>
   <ProviderName>sqlserver</ProviderName>
   <ConnectionString>SERVER=machine;User Id=usr;Password=pwd;DATABASE={0};</ConnectionString>
</DbConfig>

Replacing with your machine name, user and password. Also it's necessary to say that user specified must have permission to create databases.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...