asp.net - Check in / out in Document management System Web Solution -


we have developed , implemented document management system using windows forms.

the check out/in feature works following:

  1. user check out document
  2. the application asks user save document (checkout location)
  3. a copy downloaded on specified location on user's pc.
  4. now, if user edits document, modifications saved locally on machine.
  5. other users cannot make modifications document, can view version on server (until user check in document)
  6. user a, can open document, modifications saved, can check in document, document uploaded new version server.
  7. now other users can view updated version of document , check out if needed.

now, in process of developing web version.

  • where should keep checked out documents?
  • if locally on user stations, how should save , upload server on check in, taking consideration application run on web browser.
    • or in web solution have keep checked out documents on server.

i asking design , strategy how check in / out document in web document management system.

how work in sharepoint or other solutions?


Comments

Popular posts from this blog

ruby - Trying to change last to "x"s to 23 -

jquery - Clone last and append item to closest class -

c - Unrecognised emulation mode: elf_i386 on MinGW32 -