Menu
  • HOME
  • TAGS

How to display the physical path of a web application using appcmd.exe?

iis,iis-7,iis-7.5,appcmd

Good afternoon mark! To display the physical path using only the app object you can reference it using the [path='string'] syntax. Using this you can reference all of the properties of the nested VirtualDirectory object. So for your example you would use the following command: &$a list app "MyDayforce/" /text:[path='/'].physicalPath...