1- Your IIS site should be configured for Windows Authentication
2- Your application's web.config file should allow impersonation with Windows Authentication by inserting these lines
<authentication mode="Windows"/><identity impersonate="true"/>
Hope this helps.
Ed