G
Guest
Hi
I have a Web Application that connects to Exchange WebDAV using a class that
I found on http://www.codeproject.com/dotnet/exdav.asp.
This class requires a NetworkCredential object in order to authenticate the
HTTP request against the Exchange server, and since that my WebApp is
configured in the IIS to use ONLY Integrated Windows Authentication I have
the Windows identity object from which I can get only the user name.
Is there a way to get a NetworkCredential object of the current user that is
connected to this web page?
I tried to impersonate the current user and use DefaultCredentials property
but it returned null. I get the same problem when I connect to webservices
that I created from other web applications.
Thanks in advance,
Yuval
I have a Web Application that connects to Exchange WebDAV using a class that
I found on http://www.codeproject.com/dotnet/exdav.asp.
This class requires a NetworkCredential object in order to authenticate the
HTTP request against the Exchange server, and since that my WebApp is
configured in the IIS to use ONLY Integrated Windows Authentication I have
the Windows identity object from which I can get only the user name.
Is there a way to get a NetworkCredential object of the current user that is
connected to this web page?
I tried to impersonate the current user and use DefaultCredentials property
but it returned null. I get the same problem when I connect to webservices
that I created from other web applications.
Thanks in advance,
Yuval