system.web/identity@impersonate is set to true iis7
Description:
While open website it is giving system.web/identity@impersonate is set to true.Mostly impersonate is not capable with Application managed pipeline mode Intigrated.
– Check the ASP settings.Enable ASP option in plesk control panel.
– Log to the server.
– Go to domain path and open httpdocs folder.
– Open web.config file.
– In that find below line.
identity impersonate=”True”
– Change this to false.
– Restart the IIS service.
Tags:ASP,ASP.net,impersonate,identity@impersonate,Application pool,IIS 7.
great very helpful