RRUZ
RRUZ

Reputation: 136391

recommendations for a free image gallery

I am looking for recommendations for a free image gallery, compatible with ASP.NET and which can load the images reading the location from an xml file.

something like this

<?xml version="1.0"?>
<gallery>
   <image id="bk101">
      <name>image1.png</name>
      <title>this is a sample image 1 </title>
   </image>
   <image id="bk102">
      <name>image2.png</name>
      <title>this is a sample image 2 </title>
   </image>
</gallery>

Upvotes: 1

Views: 453

Answers (2)

Bernhard Hofmann
Bernhard Hofmann

Reputation: 10391

Have you tried Simple Viewer? I tried it a while back and found it easy to set up with XML files. It's flash based, but you didn't put restrictions on how the gallery was implemented.

Upvotes: 1

S.gfx
S.gfx

Reputation: 249

Actually, while I am not sure about the asp compatibility, etc, the easier road could be installing something that does quite of the work for you. Some pair of good solutions could be http://bitnami.org/stack/coppermine and http://bitnami.org/stack/gallery

Upvotes: 0

Related Questions