Construcing NetworkCredential from WindowsIdentity
Well - I'm using a WebApp (ASP.NET) as frontend (hosted by primary server).
Here I have full access to my Identity (WindowsIdentity).
Now - the frontend is calling into a business component (BC). This BC is
therefore being called from within ASP.NET and thereby instantiated with the
current identity (that's either ASPNET Machine account or the user
impersonated).
For the business component to acess the Exchange Server in my datatier, I'm
using a component from IndependentSoft (WebDav.NET for Exchange). This
requires my to connect using a ICredential interface. I do NOT have access
the the current uses password, hence I can not create an instance of a
NetworkCredential object.
Therefore my question.
The CredentialCache.DefaultCredentials is empty. Should the frontend be
adding something into the cache here or what..?
Thanks a lot!
/Claus
|