Web.Config changes:
Inside system.web, after authorization:
<identity impersonate=”true” />
Inside system.webserver (add if needed outside of system.web):
<validation validateIntegratedModeConfiguration=”false” />
Web.Config changes:
Inside system.web, after authorization:
<identity impersonate=”true” />
Inside system.webserver (add if needed outside of system.web):
<validation validateIntegratedModeConfiguration=”false” />