I have IIS 7 on my localhost. Works Great. And I have a two directories. One (uukg) has my site's web files. Another, (ukg) has an image repository. both of these directories are under wwwroot. I have set up a virtual directory within uukg to point to the
images in ukg.
and When I browse by the virtual address in the url (http://localhost/uukg/virdir/) I can see the image listings in the ukg directory. Great again.
However, when I attempt to call the image <img src='http://localhost/uukg/virdir/image.jpg'> the IIS server does not retrieve and display the images as it should.
Since I am familiar w/ IIS5, and my production server is still IIS5, I feel like I am missing a simple (haha -- haven't found the learning curve from IIS5 to 7 simple at all) setting. Any suggestions?
Oh, and WHY am I using a repository directory? Because there are 100,000s of images and it bogs down my Adobe caches to have the files in the same location at the web files :)
TB