Virtual directory support

Avatar
  • updated
  • Answered
How can I filter the log file by virtual directory? I have one web site with multiple virtual directories under it. They are like this in the single IIS log file www.xyz.com/directory.

Thanks,
Bryan
Avatar
Bryan Schmidt
I think I figured it out. I can create the filter as request file and include teh name of the virtual directory like this /name/ as it is always in the file requested.

Thanks,
Bryan
Avatar
Bryan Schmidt
One problem with this method is that the pathes though the site are broken. I do not see the path accept as /name/ /name/. Anyone know a work around?

Thanks,
Bryan
Avatar
Michael
You need to create an include "Requested file" filter with value like /name/* to get information on all files and subdirectories inside this directory.