Sense / NET: Installation and programmatic configuration

4

I'm currently working on solutions that require storing files uploaded by users, associating metadata with these files, and making them available to other users and common clean-up tasks.

As I do not want to reinvent the wheel, I looked for CMS solutions for .NET and found the project Sense / NET , which is a complete solution for a CMS portal. However, its scope is much larger than the aspect I need (which I believe would be just the PortalFileSystem).

In my ideal world, I would like to activate PFS programmatically (stipulating the connection string to the database and any other necessary settings) within an isolated library class - but I have not found any documentation in this respect.

Question

Is it possible to programmatically initialize and configure the PortalFileSystem module?

Bonus

Is there any other alternative that I did not contemplate that best suits my needs?

    
asked by anonymous 13.10.2014 / 20:10

1 answer

1

I suggest the Kooboo CMS . It is an ASP.NET CMS that is easy to configure and has a very intuitive interface. It supports file library, user membership, and other features that can help you. I made a post with a getting started on my blog.

Using User Roles you can, for example, give specific permission to manage the file library for users in your project.

    
23.02.2015 / 01:09