-
Notifications
You must be signed in to change notification settings - Fork 6
Setup HubLink Log Server
Daniele Fontani edited this page Apr 3, 2017
·
5 revisions
Before starting the HubLink installation you need:
- One application server configured
- Write permission in App_Data folder
- One database created
Note: For all databases that need third party connector you have to download it separately.
An example of connection string:
Server=myServerAddress;Database=myDataBase;Uid=myUsername;Pwd=myPassword;
##Install on other db (supported by NHibernate)
SQL Server and MYSQL are tested and fully supported by HubLink. Because HubLink is build upon NHibernate all database supported by this library should be working. Please inform us about not working database and working one as well: this will be useful to keep track of product capabilities.