What are the things to look out for when adding other domain user to your IIS?
- by Jack
I have a Windows Server 2008 R2 called Jack11 that joined a domain called Watson.org.
It has IIS 7 installed.
From my understanding, we need to add the following into the web.config file
<system.web>
<identity impersonate="true" />
</system.web>
Also, we need to ensure that the server Jack11 can ping to the domain…