I can't find information on this anywhere online.
I am building a site using drupal. As you may know drupal installs its own database and runs on Apache.
I have a backend mysql database that must be read and written from a vb.net app. I had to purchase a hosting account that runs IIS to support the vb.net app, but because it's windows I can't install and run Drupal on that same account.
My question is if it's possible to have Drupal read from that database?
Drupal will be hosted on asmallorange linux server
Backend mysql database hosted on godaddy Windows server.
thanks!