帮助为项目选择合适的 .NET CMS
我被指派将 CMS 集成到我们基于 .NET 的网站。 CMS 需要减轻用户的工作负担。
他们应该能够上传 PDF 文件,对它们进行分类,标记它们,写下它们的名字,并且它应该显示在我们网站上的表格中。我应该能够按类别、标签和名称进行搜索。还应该能够按日期排序(我猜在表格上)。
可以将其集成到我们网站的一个页面中吗?
我想使用一款好的 CMS,它并不复杂,可以与 IIS 6.0 一起使用,并且“适合傻瓜”。
谢谢你们。
I have been assigned to integrate a CMS to our .NET based website.
The CMS needs to ease the work load for our users.
They should be able to upload PDF files, categorize them, tag them, Write their name and it should be displayed in a TABLE on our website. I should be able to search by category and tag and name. Also should be able to Sort by date (on the tables I guess).
Can this be integrated inside of our website for just one page ??
I would like to use one good CMS that is not complicated and works with IIS 6.0 and is 'for dummies'.
Thanks guys.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你检查过开源吗?检查 Codeplex.com。您的要求似乎非常简单,如果您不打算使用任何复杂的功能,而不是上传 PDF 文件并显示和搜索,那么我宁愿建议您自己实现。
http://www.codeproject.com/KB/aspnet/WebFileManager.aspx
http://www.asp.net/community/control-gallery /Item.aspx?i=4572
如果您想做的不仅仅是文件上传,例如创建自定义 HTML 页面等。
http://www.mojoportal.com/
http://www.microsoft.com/web/gallery/umbraco.aspx
Did you check opensource ? Check Codeplex.com . Your requirement seems to be pretty easy and if you are not to be using any complex features rather than uploading a PDF file and displaying and searching than I would rather suggest implementing on your own.
http://www.codeproject.com/KB/aspnet/WebFileManager.aspx
http://www.asp.net/community/control-gallery/Item.aspx?i=4572
If you want to do some more things than just file upload like creating custom HTML pages etc.
http://www.mojoportal.com/
http://www.microsoft.com/web/gallery/umbraco.aspx