Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

integration with existing ASP.net website

Community Beginner ,
Jul 29, 2008 Jul 29, 2008
We have an existing website developed in asp.net
There is an activity calender in the website that we want to integrate with MS Exchange servers.
I have discovered that CF8 offers integration with MS Exchange.
I want to encapsulate the logic needed to sychronize with Outlook and then invoke it from the existing ASPX page.
I reviewed the CF8Tutorial but I'm not able to determine if my approach is feasible.
Can I encapsulate calls to MS Exchange thru coldfusion and then call them from aspx pages?
If so, is there any sample code that may be applicable (in concept if not in content).
If not, is my approach feasible?
thanks
TOPICS
Getting started
302
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Engaged , Jul 29, 2008 Jul 29, 2008
Look into web services, this is the easiest way to integrate these two together!
Translate
Advocate ,
Jul 29, 2008 Jul 29, 2008
Your ASPX page could do XmlHttpRequest calls to ColdFusion which returns the results in XML or JSON to be displayed on the ASPX page.

Basically, utilize AJAX with your calls going to the CF server so you can leverage the Exchange integration. That's definitely feasible.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Engaged ,
Jul 29, 2008 Jul 29, 2008
LATEST
Look into web services, this is the easiest way to integrate these two together!
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources