« Previous Next »
Last post 10-13-2008 2:34 PM by jerzym. 4 replies.
Average Rating Rate It (5)Thank you for the rating!
Page 1 of 1 (5 items)
Sort Posts: Oldest to newest Newest to oldest
I believe you have a typo (you are missing one P in the IIS AppPool):
This works on my 64-bit machine:
icacls . /grant "IIS APPPOOL\site20.mysites.com_AppPool":(OI)(CI)(RX)
Well, I must have made that typo when I was testing icacls for this post (to get an exact error message). It does give the same error message without that typo. Any help?
Did you tried the line I included in my previous post? (note there is no :R in the /grant)
icacls d:\inetpub\sites\site20.mysites.com /grant "IIS APPPOOL\site20.mysites.com_AppPool":(OI)(CI)(RX)
Yes I did, it does not make any difference.