I'm trying to repoint an IIS application at a different directory on disk.
The iis_app
chef resource does not appear to support such an action. I know how to do it in Powershell but the IIS cookbook leverages appcmd. So I've reverted to appcmd
and still can't get the command to work:
appcmd set app /app.name: contoso / marketing /[path='/'].physicalPath:c:\ application