I have 3 web sites on one server and I would like to keep all the images in one folder and then access the same folder from the other web sites 'virtually'. I'm not really sure if this is possible but it would sure save me a lot of work maintaining the images in 3 places

one web site ha
\domains\website1\web\image

can I have another folde

\domains\website2\web\images that instead of having a copy of all the images in the 1st web site just points to that folder

Thanks in advance

Re: Virtual Directories for Web Site by Kristofer

Kristofer
Thu Apr 15 02:52:57 CDT 2004

Yes, you can create a Virtual Directory.

In IIS Manager, right click the website (website2), and click New->Virtual
Directory. Follow the wizard, and it will be done in a few seconds.

--
Regards,
Kristofer Gafvert - IIS MVP
Reply to newsgroup only. Remove NEWS if you must reply by email, but please
do not.
http://www.ilopia.com/


"Bennie Wallace" <anonymous@discussions.microsoft.com> wrote in message
news:8EA9740B-8DBF-415A-BE40-D98AE6EBAD03@microsoft.com...
> I have 3 web sites on one server and I would like to keep all the images
in one folder and then access the same folder from the other web sites
'virtually'. I'm not really sure if this is possible but it would sure save
me a lot of work maintaining the images in 3 places.
>
> one web site has
> \domains\website1\web\images
>
> can I have another folder
>
> \domains\website2\web\images that instead of having a copy of all the
images in the 1st web site just points to that folder?
>
> Thanks in advance.
>
>



Re: Virtual Directories for Web Site by anonymous

anonymous
Thu Apr 15 06:01:05 CDT 2004

Thank you VERY VERY much.......