Hi,
I'm thinking (hoping) this is relatively easy to do, but I'm not having any luck with it. I have an application with a SlideShowExtender that is currently using images located in a directory within my application. I would like to have it use images located in a directory outside of my application, but I don't know how to create a path that will do that.
I would like to put the images in a folder in Inetpub or wwwroot, or even elsewhere on my C: drive. I would like this to work when I'm running it right out of VS2008, as well as when it is published to my server. Do I need to create a virtual directory to do this, or can I just somehow point to the specific drive and path? If I need a virtual directory, could you please give me a brief explanation on doing that?
I'm currently using a web service to load the images, titles and descriptions into an Ajax Toolkit slide array, if that makes any difference.
Thanks for your help!