Hi,
We recently started testing our product on Windows 7 (skipped Vista). Our previous testings were on Xp. In the code behind of a page, we have to impersonate the caller (using windows authentication) to establish the credetials of the caller. This code works great on Xp machine, but it is failing in Windows 7. By digging little bit we could make it work by turning off the UAC. My questions are
1. Is it safe to turn off UAC on Web server machine?
2. If not, what is the right procedure to make it work just like in Xp?
Thank you in advance,
Suresh
...
Go to the complete details ...