Show a DB as a directory (Like Sharepoint Does)
Posted
by Zyd
on Stack Overflow
See other posts from Stack Overflow
or by Zyd
Published on 2010-05-21T00:28:35Z
Indexed on
2010/05/21
0:30 UTC
Read the original article
Hit count: 246
Hi,
My team and I are programming a sort of Document Manager and the idea is to store them completely on DB. Is there a protocol or Extensions that allows us to show a "Virtual Directory" or files that are really non existent (only in DB). How does Sharepoint do this? I understand that Sharepoint uses WebDav but it implies that the files do exist physically somewhere.
We intend to develop this application on .NET 4.0 and deploy it on IIS.
Any suggestions?
Thanks in advance
© Stack Overflow or respective owner