I have an issue whereby I would like a user who is accessing a web application hosted in Azure to directly request what ID's are currently available from a remote database and then make a request based on that info. Locally, how I do this is install an ODBC driver into our system then I can make calls to that driver using an ODBC connection within C#.
How would I do this in an ASP.Net web application located in Azure? This is really new territory for me so if you can reply with explicit instructions that would be greatly appreciated.
If I am not clear happy to elaborate...