Why must user be logged in for impersonation to work?
- by user16011
My Windows Server 2008 server hosts an ASP.net application that uses impersonation. The application works as long as the user being impersonated remains logged on to the server. However, when the user logs off, clients can no longer view the web pages. They get a cryptic error instead.
How can I configure the server to work without the impersonated user remaining logged on? Thanks in advance.