Ask a Question related to ASP.NET Security, Design and Development.
-
Eric Vantroeyen #1
Credentials problem
Hello,
I have written an asp.net application which collects some messages from Exchange Server 2003 in a public folder, using WebDav protocol.
When I run it on my machine, the interaction with Exchange works well, but when I deploy the application on an other server of our intranet, i can't reach the Exchange Server public folder, DefaultCredentials doesn't seem to transfert proper informations.
On my web server, user authenticate with windows authentication, and anonymous is disabled. Also on the Exchange Server anonymous is disabled.
OWA is installed and works prerfectly.
Does anyone have a solution, or an idea of my problem
Regards
Eric Vantroeyen Guest
-
Passing credentials problem
I am at a loss. I have a web service which uses Windows Integrated Security. If I use the following code to call my web service: WServ wserv... -
vpn credentials
we have a c# windows application that grabs a users netowork credentails. we now need to allow users to run the application over VPN (on non domain... -
Problem reading encrypted credentials from registry
The user that you are running ASP.NET as (ASPNET, or some customer user) will need to have access to the registry to read it. -
User Credentials problem with WebService that uses FileIO....Help!!??
I am having some serious problems with a WebService that I created that drops a file to a local directory. I have the WebService pointed outside so... -
.NET IIS to IIS credentials problem...
Hi, I'm writing this off the top of my head as I don't have the exact information to hand. We are attempting to set up a secure internet site... -
M. Zeeshan Mustafa #2
Re: Credentials problem
Hi Eric,
I believe that the authenticated user (or the impersonated user)> but when I deploy the application on an other server of our intranet, i
> can't reach the Exchange Server public folder,
does not have permissions to access Exchange Server.
What do you think?
--
Hope this helps,
Zeeshan Mustafa, MCSD
"Eric Vantroeyen" <EricVantroeyen@discussions.microsoft.com> wrote in
message news:5736DEBE-6E9E-4CCE-A615-8C10189709AE@microsoft.com...Exchange Server 2003 in a public folder, using WebDav protocol.> Hello,
>
> I have written an asp.net application which collects some messages fromwhen I deploy the application on an other server of our intranet, i can't>
> When I run it on my machine, the interaction with Exchange works well, but
reach the Exchange Server public folder, DefaultCredentials doesn't seem to
transfert proper informations.anonymous is disabled. Also on the Exchange Server anonymous is disabled.>
> On my web server, user authenticate with windows authentication, and>
> OWA is installed and works prerfectly.
>
> Does anyone have a solution, or an idea of my problem
>
> Regards
M. Zeeshan Mustafa Guest
-
Joe Kaplan \(MVP - ADSI\) #3
Re: Credentials problem
My guess is that this is a Kerberos delegation problem. If you use
Integrated authentication, you get an impersonation token on the IIS side.
This type of token will not hop to another machine on the network unless
Keberos delegation is enabled.
DefaultCredentials takes advantage of the underlying security system and
would have this exact problem.
I'd suggest reading up on Kerberos delegation to see what you can learn
about it.
Joe K.
"Eric Vantroeyen" <EricVantroeyen@discussions.microsoft.com> wrote in
message news:5BBBC001-41D7-476E-83DC-D5F1D8562296@microsoft.com...case I use the same account. In one case it works ... but the client and the> Hi,
>
> in fact the authenticated user as access to the server.
>
> When I test the access from my machine, or from the web server in both
server is on the same machine, that's the only difference.i>
> Regards
>
> "M. Zeeshan Mustafa" wrote:
>> > Hi Eric,
> >> > > but when I deploy the application on an other server of our intranet,>> >> > > can't reach the Exchange Server public folder,
> > I believe that the authenticated user (or the impersonated user)
> > does not have permissions to access Exchange Server.
> >
> > What do you think?
> > --
> > Hope this helps,
> > Zeeshan Mustafa, MCSD
> >
Joe Kaplan \(MVP - ADSI\) Guest



Reply With Quote

