document-management

Document-Based Security in ASP.NET MVC

独自空忆成欢 提交于 2019-11-30 02:30:54
I already know about User and Role-based security in ASP.NET MVC. But now I need something a little more granular. Let's say I have a list of documents, some of which the user is authorized for, some not. Each document has a corresponding record in a documents table in a database. Documents can be downloaded for viewing, if the user has security access. Documents can also be added, if you have the role. Each document has an URL, and each document list has an URL. I would like to security trim the list so that the user only sees those documents for which he is authorized. But I also need to

Storing Documents as Blobs in a Database - Any disadvantages?

无人久伴 提交于 2019-11-26 15:52:22
The requirements for my document management system were: Must be secure from theft by simple copying of directories, files etc. Must be secure against traditional virus infection (infection of physical file) Must be fast to retrieve The repository must not be visible to casual (directory) browsing users etc. I have decided to store all documents (and scanned images) as blobs in the database and so far my experience is wonderful and document retrieval is blindingly fast as well - it meets all the criteria from above and there are even a couple of additional advantages, such as autostoring

Storing Documents as Blobs in a Database - Any disadvantages?

为君一笑 提交于 2019-11-26 04:11:35
问题 The requirements for my document management system were: Must be secure from theft by simple copying of directories, files etc. Must be secure against traditional virus infection (infection of physical file) Must be fast to retrieve The repository must not be visible to casual (directory) browsing users etc. I have decided to store all documents (and scanned images) as blobs in the database and so far my experience is wonderful and document retrieval is blindingly fast as well - it meets all

Storing files in database Vs file system

痞子三分冷 提交于 2019-11-26 00:34:08
问题 one of my customer ask for a Document Management System for some thousands of document in different format i.e. pdf, doc, docx etc. My question is what is the best way to store this file in database or in file system? How easy to secure a document between the two approach?. Fast retrieval of the files is the key requirement.. am using mysql if that helps Regards. 回答1: You might want to store it directly into filesystem. When using filesystem careful with : Confidentiality : Put documents