[thelist] IIS Directory Structure

Anthony Baratta Anthony at Baratta.com
Mon Oct 23 20:55:58 CDT 2000


At 05:38 PM 10/23/2000, you wrote:

>Is there any way to make this Include folder visible?  Or do I have to
>maintain a copy of the Include folder in each site's folder.  :(

Another way is to use file versus virtual, this way you don't need to build 
virtual directories.

e.g.

         <!-- #include file="../Includes/blahblah.css" -->

instead of

         <!-- #include virtual="../Includes/blahblah.css" -->

Virtual stops you at the web root, file lets you traverse the whole 
directory tree.

----
Anthony Baratta
President
Keyboard Jockeys





More information about the thelist mailing list