ASP.NET 非常简单的内容管理
我需要构建一个非常简单的管理界面来维护网站内容。不够精美,不足以证明 Umbraco 或更重型 CMS 的合理性。
基本上只有几个格式化的文本区域(有点像我现在使用的)和上传图像的功能。
我过去使用过 FCK,但是现在 ASP.NET 对此有改进吗?
I need to build a very simple administration interface for maintaining website content. Not fancy enough to justify Umbraco or a more heavy duty CMS.
Basically just a couple of formatted text areas (a bit like the one I'm using now) and the ability to upload images.
I've used FCK in the past, but is there an improvement on this for ASP.NET these days?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
看一下这本书的源代码:ASP.NET 3.5 CMS开发。
这本书本身是关于使用 ASP.NET 编写一个简单的 CMS 系统。 查看此处查看评论。
Take a look at the source code of this book: ASP.NET 3.5 CMS Development.
The book itself is about writing a simple CMS system with ASP.NET. Take a look here for a review.
如果您只想将文本框转换为丰富的编辑器,但不需要整个 CMS,您可以使用轻量级 jQuery 插件...
http://www.queness.com/post/212/10-jquery-and-non-jquery-javascript -富文本编辑器
If you just want to convert a textbox into a rich editor but don't want a whole CMS, you could use a lightweight jQuery plugin...
http://www.queness.com/post/212/10-jquery-and-non-jquery-javascript-rich-text-editors
我最近花了一些时间研究 ASP.NET CMS 选项。 N2 已经获得了一些好评,而且听起来它很适合您,因为它非常轻量。我还没有使用它,但计划在开始下一个项目时尝试一下。
http://n2cms.com/
I spent a bit of time researching ASP.NET CMS options recently. N2 has gotten some great reviews and sounds like it would work well for you since it's pretty lightweight. I haven't used it yet, but plan to give it a shot when I start my next project.
http://n2cms.com/