Requirement : Should update MySQL database with that of MS Sql Server updates which reside on Linux and Windows hosting on the same web host 1and1. Accessing each other database from either server is not possible on shared hosting, thanks to 1and1's geniuses..
The solution I chose : I want to output all the active listings in a text formatted Asp.Net page which is processed using a PHP cron job at regular intervals.
Why this weird solution : I am paid next to nothing for implementing this feature (to bridge the gap between MySQL and MS SQL Server).
What do you guys think? How should I proceed? Its been a while since I touched .Net programming. Code samples to achieve this solution is highly appreciated. Thanks folks!