http://server/theOtherFolder actually points to http://server/theFolder
i.e. c:\inetpub\wwwroot\theOtherFolder -> c:\inetpub\wwwroot\theFolder
If I change a page which is located in c:\inetpub\wwwroot\theFolder, and go
to http://server/theFolder/thePage.asp it shows OK. However, if I go to
http://server/theOtherFolder/thePage.asp then it doesn't show the updated
page.
It's as if the 'linked' pages are cached by IIS, and arn't updated correctly
(eventhough they are actually the same files).
Is this a problem with NTFS junction points & IIS?
Is it better to use virtual directories to have multiple folders point to
the same physical foder?
Yes, you should use multiple vdirs to point to the same physical
folder to achive what you want.
You don't want to play with NTFS Junctions unless you have to.
//David
http://w3-4u.blogspot.com
http://blogs.msdn.com/David.Wang
//