将数据库显示为目录(如 Sharepoint 那样)

发布于 2024-09-02 04:53:42 字数 224 浏览 9 评论 0原文

我和我的团队正在编写一种文档管理器,其想法是将它们完全存储在数据库中。 是否有协议或扩展允许我们显示“虚拟目录”或实际上不存在的文件(仅在数据库中)。 Sharepoint 是如何做到这一点的? 我知道 Sharepoint 使用 WebDav,但这意味着这些文件确实存在于某个地方。

我们打算在.NET 4.0 上开发此应用程序并将其部署在 IIS 上。

有什么建议吗?

提前致谢

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

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

薯片软お妹 2024-09-09 04:53:42

Interwed Teamsite 还将其内容存储库公​​开为可通过网络共享的驱动器。不过,这样做的成本有点高。但您当然可以构建一个与其集成的 .Net 应用程序。

Interwoven Teamsite also exposes its content repository as a drive that can be shared over the network. It is a bit pricey for doing just that, though. But you could certainly build a .Net app that integrates with it.

夜唯美灬不弃 2024-09-09 04:53:42

我知道 Sharepoint 使用 WebDav,但这意味着这些文件确实存在于某个物理位置。

不,WebDAV 并不意味着这一点。它只是一个有线协议;您可以按照自己喜欢的方式存储内容。

I understand that Sharepoint uses WebDav but it implies that the files do exist physically somewhere.

No, WebDAV doesn't imply that; it's simply a wire protocol; you can store the content any way you like.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文