Re: [ADVANCED-DOTNET] ASP.NET Delegation

2006-03-01 Thread Aranki, Tim
Of Dominick Baier Sent: Wednesday, March 01, 2006 9:43 AM To: ADVANCED-DOTNET@DISCUSS.DEVELOP.COM Subject: Re: [ADVANCED-DOTNET] ASP.NET Delegation ah I see - you are using different host headers. OK - in this case - I think delegation will be used - as Windows is not "smart" enough to se

Re: [ADVANCED-DOTNET] ASP.NET Delegation

2006-03-01 Thread Dominick Baier
18:57 To: ADVANCED-DOTNET@DISCUSS.DEVELOP.COM Subject: Re: [ADVANCED-DOTNET] ASP.NET Delegation Thanks. After reading Keith Brown's article that you gave the link to, I think I've discovered the problem - IIS is not running under a domain account, which prevents Kerberos

Re: [ADVANCED-DOTNET] ASP.NET Delegation

2006-03-01 Thread Don Stanley
advanced .NET topics. [mailto:[EMAIL PROTECTED] On Behalf Of Don Stanley Sent: Mittwoch, 1. März 2006 16:29 To: ADVANCED-DOTNET@DISCUSS.DEVELOP.COM Subject: Re: [ADVANCED-DOTNET] ASP.NET Delegation I would, except "localhost" would go to the default web site for the server, but

Re: [ADVANCED-DOTNET] ASP.NET Delegation

2006-03-01 Thread Dominick Baier
lto:[EMAIL PROTECTED] On Behalf Of Don Stanley Sent: Mittwoch, 1. März 2006 16:29 To: ADVANCED-DOTNET@DISCUSS.DEVELOP.COM Subject: Re: [ADVANCED-DOTNET] ASP.NET Delegation I would, except "localhost" would go to the default web site for the server, but the web service is on a virtual web site (

Re: [ADVANCED-DOTNET] ASP.NET Delegation

2006-03-01 Thread Don Stanley
NET topics. [mailto:[EMAIL PROTECTED] On Behalf Of Dominick Baier Sent: Wednesday, March 01, 2006 9:25 AM To: ADVANCED-DOTNET@DISCUSS.DEVELOP.COM Subject: Re: [ADVANCED-DOTNET] ASP.NET Delegation try using localhost for the web service - just to see what happens... cheers,

Re: [ADVANCED-DOTNET] ASP.NET Delegation

2006-03-01 Thread Dominick Baier
Stanley Sent: Mittwoch, 1. März 2006 16:10 To: ADVANCED-DOTNET@DISCUSS.DEVELOP.COM Subject: Re: [ADVANCED-DOTNET] ASP.NET Delegation Thanks for the responses. I'll answer all in one swoop: Impersonation is turned on in the config file: I have also tries hard-coding a username and passwo

Re: [ADVANCED-DOTNET] ASP.NET Delegation

2006-03-01 Thread Don Stanley
al Message- From: Discussion of advanced .NET topics. [mailto:[EMAIL PROTECTED] On Behalf Of Dominick Baier Sent: Wednesday, March 01, 2006 2:31 AM To: ADVANCED-DOTNET@DISCUSS.DEVELOP.COM Subject: Re: [ADVANCED-DOTNET] ASP.NET Delegation Hi, if he is accessing a LOCAL resource - this is N

Re: [ADVANCED-DOTNET] ASP.NET Delegation

2006-03-01 Thread Dominick Baier
topics. [mailto:[EMAIL PROTECTED] On Behalf Of Ernst Kuschke Sent: Mittwoch, 1. März 2006 01:18 To: ADVANCED-DOTNET@DISCUSS.DEVELOP.COM Subject: Re: [ADVANCED-DOTNET] ASP.NET Delegation Very late at night off the top of my head: - Your ASP.NET app needs to be running with impersonation = true

Re: [ADVANCED-DOTNET] ASP.NET Delegation

2006-02-28 Thread Ernst Kuschke
essage- > From: Discussion of advanced .NET topics. > [mailto:[EMAIL PROTECTED] On Behalf Of Don Stanley > Sent: Mittwoch, 1. März 2006 00:12 > To: ADVANCED-DOTNET@DISCUSS.DEVELOP.COM > Subject: Re: [ADVANCED-DOTNET] ASP.NET Delegation > > One other thing - > > Does it matter

Re: [ADVANCED-DOTNET] ASP.NET Delegation

2006-02-28 Thread Dominick Baier
. März 2006 00:12 To: ADVANCED-DOTNET@DISCUSS.DEVELOP.COM Subject: Re: [ADVANCED-DOTNET] ASP.NET Delegation One other thing - Does it matter that the server is being referenced by an "external" DNS name? I've set up the ASP.NET app to use the address http://crm.company.com, which ju

Re: [ADVANCED-DOTNET] ASP.NET Delegation

2006-02-28 Thread Don Stanley
USS.DEVELOP.COM Subject: Re: [ADVANCED-DOTNET] ASP.NET Delegation Hi, first of all you should be sure which identity is used to call the web service - output a WindowsIdentity.GetCurrent().Name before setting the credentials - is this account authorized for the web service? If the web service

Re: [ADVANCED-DOTNET] ASP.NET Delegation

2006-02-28 Thread Don Stanley
an come up with anything else. Thanks, Don -Original Message- From: Discussion of advanced .NET topics. [mailto:[EMAIL PROTECTED] On Behalf Of Dominick Baier Sent: Tuesday, February 28, 2006 12:59 PM To: ADVANCED-DOTNET@DISCUSS.DEVELOP.COM Subject: Re: [ADVANCED-DOTNET] ASP.NET Delegation

Re: [ADVANCED-DOTNET] ASP.NET Delegation

2006-02-28 Thread Dominick Baier
: Discussion of advanced .NET topics. [mailto:[EMAIL PROTECTED] On Behalf Of Don Stanley Sent: Dienstag, 28. Februar 2006 19:20 To: ADVANCED-DOTNET@DISCUSS.DEVELOP.COM Subject: [ADVANCED-DOTNET] ASP.NET Delegation I am having trouble passing credentials from an ASP.NET application to a web service

[ADVANCED-DOTNET] ASP.NET Delegation

2006-02-28 Thread Don Stanley
I am having trouble passing credentials from an ASP.NET application to a web service call on the same machine. The web service is for Microsoft CRM 3.0, and the code to access it is as follows: Web Project name: CRMUtilities Web Reference: CRM // Standard CRM Service Setup CRM.CrmService service