Integration of AEM with MVC.net | Community
Skip to main content
ranjeetk1910736
December 20, 2017
Question

Integration of AEM with MVC.net

  • December 20, 2017
  • 1 reply
  • 2136 views

Hi,

I have a running website that built in MVC.net. Now, I want to manage content of my website through AEM. Is there any way to integrate AEM with MVC.net. I want to handle my website text and image with AEM.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

smacdonald2008
Level 10
December 20, 2017

The only way to get a .NET app and AEM working is to perform REST operation from the .NET app to AEM. You can certainly store images in AEM and then reference them in the .NET site via an URL. But other then using Restful operations - ie - GET or POSTs to AEM, or referencing images, there is not much you can do. You cannot build an AEM component and consume that component in a .NET app.

Here is an older article that shows use of .NET and AEM via a POST operation:

Scott's Digital Community: Submitting .NET client application data to the Adobe CQ JCR