I log on CruiseControl.net
service with user in one domain (DOMAINNAME\user
).
and I want to use nant script to stop application pool on other server.
and I got this error
Failed stopping application pool '***********' on '172.16.0.62'.
Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))
I can stop it if i set this user to be admin on that server but i don't want to. anyone have any solution for this problem? Thank you.