cancel
Showing results for 
Search instead for 
Did you mean: 

.NET web application with Alfresco

vesuinfo
Champ in-the-making
Champ in-the-making
Hi All,

I have seen few links related to .NET application with Alfresco, and the below specified link
http://jared.ottleys.net/alfresco/alfresco-wcm-and-net-web-applications, they have suggested three ways to get content from Alfresco, I am looking for 3 approach, but i need some more information on the 3 rd way of implementation,

3rd Approach:
Dynamic calls to static content on an IIS server.  (Content can be deployed to a specific location, and your .NET code could display that content in some fashion. [Reading files by naming convention, filetype, etc.])

please help me, if some one has more idea about the same (3rd Approach)?

Do we have any case study or wiki about .NET application content retrieval from Alfresco ?

Thanks,
Saravanan
1 REPLY 1

mrogers
Star Contributor
Star Contributor
This article is talking about Alfresco WCM.   

You can deploy your content out of an Alfresco to be served up by a web server of your choice.   Using the WCM deployment functionality.

Depending on which assets you are managing these could be as simple as a set of html and image files which can be served up by any old web server.    Or it could be something more complex like aspx pages which need IIS and some code.