Expand my Community achievements bar.

Adobe Summit 2025: AEM Session Recordings Are Live! Missed a session or want to revisit your favorites? Watch the latest recordings now.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

Integration of AEM with MVC.net

Avatar

Level 1

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.

1 Reply

Avatar

Level 10

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