Calling a users inbox from Exchange through an OleDbDataAdapter in ASP.NET
From: Geert (geert.van_de_peer_at_ctg.com)
Date: 08/05/03
- Next message: Jack: "Setting up a Development Environment"
- Previous message: Michal A. Valasek: "Re: Getting all http headers"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: 5 Aug 2003 07:18:33 -0700
Hi,
I try to do the following in ASP.NET:
1. Pick up the users Windows Identity (OK)
2. Impersonate this UserID with WindowsImpersonationContext (OK)
3. Call an object that picks up the Inbox from an exchange location
and puts it into a dataset. (OK if I skip 2 and I'm running on my own
machine with my own UserID).
4. Because of the inability to delegate a Windows UserID in Win2000,
I'm forced to use a Serviced Component (ASP.NET Delegation see MSDN)
when I try to pick up an inbox logging on to an IIS website from
another machine and another userID.
Does anyone know howto set up a remote object that takes a
WindowsIdentity, impersonates it and calls data from a remote machine
(in this case an exchange server)?
Thanks in advance!
Geert.
- Next message: Jack: "Setting up a Development Environment"
- Previous message: Michal A. Valasek: "Re: Getting all http headers"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|