while executing the below cookbook to configure a site in IIS,
chef-client --local-mode --runlist 'recipe[cookbooksample::web]'
I am getting the error
"cannot create a file when that file already exists" Ran C:\windows\system32\appcmd.exe start sitename:"testapp" and return 183.
I verified no such file exists and even tried by changing different application pool and website name.
where it went wrong?