1

I have a problem authorizing some sql server databases, so in order to fix it tempory I use impesonate configuration section in my ASP.NET application.

<identity impersonate="true" userName="abc" password="abc"/>

And everything works for me, this isn't a fix, it's just a workaround. But I wonder, does this affect other applications and services running on this application pool?

Also I'd like to know does it hurts perfomance issues significantly? AFAIK impersonation is executed for every request handled by this ASP.NET application.

Thanks.

Johnny_D
  • 4,592
  • 3
  • 33
  • 63

0 Answers0