0
Community Beginner
,
/t5/coldfusion-discussions/integration-with-existing-asp-net-website/td-p/170230
Jul 29, 2008
Jul 29, 2008
Copy link to clipboard
Copied
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
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
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
1 Correct answer
Engaged
,
Jul 29, 2008
Jul 29, 2008
Look into web services, this is the easiest way to integrate
these two together!
Advocate
,
/t5/coldfusion-discussions/integration-with-existing-asp-net-website/m-p/170231#M15490
Jul 29, 2008
Jul 29, 2008
Copy link to clipboard
Copied
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.
Basically, utilize AJAX with your calls going to the CF server so you can leverage the Exchange integration. That's definitely feasible.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Engaged
,
LATEST
/t5/coldfusion-discussions/integration-with-existing-asp-net-website/m-p/170232#M15491
Jul 29, 2008
Jul 29, 2008
Copy link to clipboard
Copied
Look into web services, this is the easiest way to integrate
these two together!
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

