Creating new Thread as another user?

  • Thread starter Thread starter Lars Netzel
  • Start date Start date
L

Lars Netzel

Can one create a new thread as another user and then preform commands with
other permissionas or am I stuck with the ASPNET user in the code behind?

/Lars
 
That works for basic things but the Export of Crystal Report files doesn't
seem to be affected by the impersionation. Any ideas why?

/Lars
 
I'm not intimately familiar with Crystal, but, I know COM can throw
some kinks into the work. Have you tried the aspcompat directive? If
Crystal is using an STA COM object underneath the covers then the
calls will jump to a different thread that is not impersonating.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top