what is impersonation in ASP.NET?
you can enable the impersonation by adding below entry in your application config file. <identity impersonate="true" userName="domain\user" password="password" />