under my log directory I have a list of subdirectories: W3SVC1, W3SVC2, W3SVC3, etc, etc. How do I mix and match those folders with each website on IIS?

link|improve this question

feedback

1 Answer

up vote 9 down vote accepted

You can get the site id by clicking on the Sites node (major heading). Each site has a site id beside it in the 2nd column. The log folder will be in the format of "w3svc{siteId}", matching the site ID.

You can also find it by going to the site first and clicking on "Advanced Settings..." in the Action pane. Then the ID will be shown as one of the top fields in that dialog box.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.