You implement impersonation by using the following code.
<authentication mode="Windows" />
<identity impersonate="true" userName="Domain\User" password="Password"/>
<customErrors mode="On" >
<error statusCode="401" redirect="unauthorized.htm" />
</customErrors>