User-858993849 posted
I have a web app that I want to sync with Outlook. When a contact in inserted into Outlook, I assume that information is sitting in a table in SQL server 2005. If that is the case, I would think that I could read and write from these same tables
with a web app. How do I do that, and what are the pitfalls.