Hello,
We're involved in adding support for our asp.net application using IIS 7 integrated pipeline mode and I'm looking for more information as to why validation is not an issue when setting a specific impersonated identity as opposed to simply setting it to true (500 error unless you set username and password attributes).
Seems I'm missing something fundamental but it occurs to me the requesting user, under windows integrated security, is either way a member and user of the domain with similar access rights, so why does it matter (I read the restriction involving begin and authenticaterequest processing but isn't it still the same limitation if we use a defined id in the web.config)?
Appreciate any links to additional reading or some discussion if you will.
Thanks,
Rob