I am a fairly young developer who has little to no iis knowledge and my lingo isn't completely up to speed, so sorry in advance if I have a little trouble initially or if this is something easy ( Honestly I have no clue ).
I have set up IIS 7.0 on Windows Vista. Within the wwwroot folder I have multiple sub directories which hold the content for each of the sites that I am testing. The current issue is that the root directory of every site is C:/Inetpub/wwwroot and I would like to be able to change it to C:/Inetpub/wwwroot/WebSiteName for every sub directory that i have. The reason being in any include file I can't use type something such as #include virtual="/includes/header.inc" and any time I would like to use a global.asa file I need to place the file in wwwroot folder rather than the actual directory all of my other work is in. Is there any way to have the root directory be the sub directory in the wwwroot folder for each sub directory?