Thanks for the reply, but I'm still having trouble getting the images from the virtual directory to show up in the Image gallery.
I created an "uploads" directory under my main project, then created a virtual directory in IIS that points to that uploads folder and set it to point to or redirect to my images that are stored in another location, then put the directory path as "/uploads" for the image gallery path.
This opens the image directory fine, but no images are showing up.
Seems that its not redirecting to the pointed path that is set in IIS, but just looking at the uploads folder directly and since the images are not actually stored there no images show up.
I guess I'm still a little unclear as to how the former person got this to work.
I'm using Visual Studio 2005, 2.0 framework.