User454447048 posted
it's permission issue, it was fixed by adding configration settings into web.config file as following:
<identity impersonate="true" userName="lcadmin" password="123" />
I created a new user account in administrators group on the server, named it as lcadmin, and put it in this setting, then it works.