Fixed Impersonation vs Current login user

  • Thread starter Thread starter Roan Schuurman
  • Start date Start date
R

Roan Schuurman

I have a ASp.NET application which performs a http request to another
web site on the same server but different virtual directory. when i
set impersonate = true and a fixed account, the http request is done
with that account. when leave the account blank (current login user)
then the request fails because he has no account. integrated
authentication is on, on both virtual directories.
please some help!

regards,

Roan Schuurman
 
It sounds to me like that it should fail if the current user doesn't have an
account. What do you want it to do?
 

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