使用 ASP.NET MVC 前端实现文档管理

发布于 2024-07-25 04:05:17 字数 443 浏览 1 评论 0原文

我为客户实现了一个包含可编辑文章的网站。

我使用 ASP.NET MVC 并通过将内容存储在数据库中的“内容”表中并创建网站的简单管理部分来使内容易于管理,用户可以在其中添加/编辑/删除内容并选择网站上的位置会出现。

现在,客户回来想要完整的文档管理功能。 他们希望对所有内容项进行版本控制、权限、PDF 导出和简单的工作流程。

我在心里思考如何做到这一点。

我发现一个问题很多人推荐WSS(Windows Sharepoint Services) 。

问题是,我想自己构建管理界面并使其真正方便客户使用。

WSS 允许我这样做吗?

I've implemented a website for a client that holds editable articles.

I used ASP.NET MVC and made the content manageable by storing it in a 'Content' table in the database and creating a simple Admin section of the site, where the user can add/edit/remove content and choose where on the site it will appear.

Now the client has come back wanting full document management features. They want version control, permissions, PDF export and simple workflow on all content items.

I'm debating in my head how to do this.

I found one question where a lot of people recommended WSS (Windows Sharepoint Services).

The thing is, I want to build the admin interface myself and make it really easy for the client to use.

Will WSS allow me to do this?

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

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

发布评论

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

评论(1

童话 2024-08-01 04:05:17

WSS 具有文档和工作流程的存储和版本控制功能。

我不认为 PDF 转换不是 WSS 的一部分,但您可以使用第三方工具。

您可以使用管理站点的 WSS UI,将文档放置在特定的文档库中。 但对于 ASP.NET MVC 站点,您可以通过 Web 服务 (WCF) 访问 WSS。

WSS has functionality for storing and versioning of documents, and workflow.

I don't think that PDF conversion is not part of WSS, but you could use a 3rd party tool.

You could use the WSS UI for the Admin site, placing documents in spesific document libraries. But for your ASP.NET MVC site you could access WSS via web services (WCF).

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