Umbraco on IIS and database SQLITE on another server (Linux)
Hello,
i nooby on Umbraco, i have a question.
Can i have the umbraco on IIS and connect to database in sqlite that is on another server that is Linux?
Umbraco versions is 10 and database is sqlite.
No, unfortunately it does'nt support mysql, if you are running Umbraco on IIS why connect to a database running on Linux? you could use SQLLite on the same server as IIS.
Umbraco on IIS and database SQLITE on another server (Linux)
Hello,
i nooby on Umbraco, i have a question. Can i have the umbraco on IIS and connect to database in sqlite that is on another server that is Linux? Umbraco versions is 10 and database is sqlite.
Thanks
Hi Ricard,
SQLite isn't a network database, so it doesn't have any network connection ability built into it
Its possible with another database like mysql? Using umbraco version 10?
No, unfortunately it does'nt support mysql, if you are running Umbraco on IIS why connect to a database running on Linux? you could use SQLLite on the same server as IIS.
for security and performance.
your only option for a remote database is to use MS SQL
is working on a reply...