独立的基于 Web (ASP.NET) 的图库查看器
我需要在我的网站上添加一个图库,以显示网站和应用程序的屏幕截图。
我运行 IIS。
我正在寻找一种相当独立且无需大量工作即可集成的东西。 我想浏览目录中的一堆图像并放手。
我希望能有一些不错的效果来浏览画廊。
你有什么建议?
I need to add a gallery to my website, to show screen shots of websites and applications.
I run IIS.
I'm looking for something that is fairly self-contained and ready to integrate without a lot of work. I'd like to through a bunch of images in a directory and let it go.
I would love some nice effects for browsing the gallery.
What would you suggest?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可能需要查看 ASP.NET 2.0 的 nGallery。 我支持一个使用旧版本的应用程序。 不过,没有使用此特定版本的经验。
You might want to look at nGallery for ASP.NET 2.0. I've support an application that uses an older version of this. No experience with this particular version, though.
请考虑使用 Gallery Server Pro (www.galleryserverpro.com)。 它是一个基于 ASP.NET 的免费开源 Web 画廊,已经存在多年了。 通过使用独立的 ascx 用户控件,可以轻松集成到现有站点中。
免责声明:我是创建者和首席开发人员。
Consider Gallery Server Pro (www.galleryserverpro.com). It is a free open source web gallery based on ASP.NET and has been around for several years. It is easy to integrate into an existing site by using the self-contained ascx user control.
Disclaimer: I am the Creator and Lead Developer.