Search code examples
.netoracledocument-managementdms

.NET/Oracle Document Management System


We have a custom built system that uses a ASP.Net front end with an Oracle backend (as per client requirements). Within this system is a custom module that functions as the system’s document management/content management system. The module allows us to (1) Upload and manage documents available on the website and (2) Edit HTML pages which provide the links to said documents.

We would very much like to do away with our custom module and replace it with 3rd party software – either open source or commercial. Keeping in the spirit of our ASP.Net/Oracle environment, does anyone know of existing software that would satisfy our needs AND uses a ASP.Net front end and Oracle database?


Solution

  • Some co-workers and I just started looking into an open source tool called "My Webpage Starter Kit." It has an ASP.Net front end (using the file based setup) and uses XML to store its data. It allows you to accomplish both of the requirements you mentioned above.

    Here is the link: http://mywebpagesstarterkit.codeplex.com/

    Hope this helps.