473,399 Members | 3,401 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,399 software developers and data experts.

Implementing an Asp.net File Manager Application

Hello All.

Ive been contracted to write an application in .net(Vb.net that is) that manages word documents for a small consulting firm. The application should be a web-based app that organizes these word documents in folders for each client. Subsequently, each client folder should have sub folders that allow further management of the word documents in each client folder.

The questions that arise are:

1. Should i organize these files in a database or should i organize these files using the local file system.

2. If i should organize these files in the database, what method should these file s be organized in the database in? (Binary Data, or file paths)

3. I have found a solution for using the binary format for accessing the word documents but how do i reach my proposed goal using the file paths for data access(ex. /client-abc/year-2006-/proposal.doc in database table)?

4. Last but not least i need to provide a "check-in and check-out" solution to the word document access because there may be multiple users editing one document so i dont want 1 user to make modifications to a word document and then some else's changes are overwritten. How do i protect the files from this overwriting behavior?


Thank you all for expertise in advanced.
Apr 9 '07 #1
1 1328
Motoma
3,237 Expert 2GB
1. This really depends on the level of scalability you desire, the network topology for your server system (i.e. multiple web servers? different web/db servers?), and the amount of data you are working with.

2. This really is the same question as the first. You will need a database either way, the question is really where the actual file data lies.

3. Draw up an ERD or UML diagram for your data structures. This will make decisions a lot easier.

4. The tool for this is called a Mutual Exclusion Semaphore (mutex). You will need to build a mutex in your database.
Apr 9 '07 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: Maurice | last post by:
Hi, We are implementing some wrappers in C++ according to the Adapter Pattern. The classes and their methods in the Adaptee classes (open-source library) have already the interface that we like,...
0
by: Zorba.GR | last post by:
IBM DB2 Connect Enterprise Edition v8.2, other IBM DB2 (32 bit, 64 bit) (MULTiOS, Windows, Linux, Solaris), IBM iSoft Commerce Suite Server Enterprise v3.2.01, IBM Tivoli Storage Resource Manager...
3
by: Br | last post by:
I'm going to go into a fair bit of detail as I'm hoping my methods may be of assistance to anyone else wanting to implement something similar (or totally confusing:) One of systems I've...
8
by: Krishnan Margabandhu | last post by:
I'm writing a Pocket PC app that will run when a device is first powered on. I want this program to get some data from the user and invoke a CAB file to install a software on the device. How do I...
1
by: rdemyan via AccessMonster.com | last post by:
I'm trying to implement a licensing scheme. There are three types of licenses: Trial - good for 30 to 60 days Interim - good for 1 year Fully Paid - no expiration Everything is working fine...
6
by: Joseph Geretz | last post by:
I have the following class which I am serializing and passing back and forth between my Web Service application and the client. public class Token : SoapHeader { public string SID; public...
2
by: JP | last post by:
Hi List, I am trying to create an application which is a Download Manager. I want this to be attached to the IE so if user clicks a link on the page to download something and which basically...
3
by: =?Utf-8?B?YzY3NjIyOA==?= | last post by:
Hi all, I cut and paste the following code from msdn help page which it just introduces view and multiview server controls. Here is what I do: in vs studio 2005, File --New Web Site, it...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.