Re: WSE2 rock paper scissors game

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance

From: fmorchid (fmorchid.16ixid_at_mail.mcse.ms)
Date: 05/19/04


Date: Wed, 19 May 2004 12:15:47 -0500


hello,
i'm having the same problem . Did you solved it?
i'm running a web application that attempts to access a web service
with signature ( kerbero tokens ).All this runs on a windows 2000
server domain controller.

thank you

=?Utf-8?B?Sm9yZGFuIEdsYXNzY28=?= wrote:
> *Hey everyone,
>
> Im tryin to use the rock paper scissors example but keep recieving
> this error message:
>
> An unhandled exception of type 'System.Security.SecurityException'
> occurred in microsoft.web.services.dll
>
> Additional information: The Kerberos ticket could not be retrieved.
> The RetrieveKerbTicket call returned the following error code: 0.
>
> here is the code that produces the error(error gets raised upon
> Kerberos token constructor):
>
> private void Form1_Load(object sender, System.EventArgs e)
> {
> PeerService.Form = this;
> KerberosToken tok = new KerberosToken("host/" +
> System.Net.Dns.GetHostName());
> SecurityTokenCache.GlobalCache.Add(tok);
> nameLabel.Text =
> System.Security.Principal.WindowsIdentity.GetCurrent().Name;
> }
>
> I am running Win Server 03 on the Admin account. I have tried
> screwing around with the ASP.NET account to enable more priviledges
> but had no luck.
>
>
> Ideas anyone?
>
> thanks,
> Jordan Glassco *

--
fmorchid
------------------------------------------------------------------------
Posted via http://www.mcse.ms
------------------------------------------------------------------------
View this thread: http://www.mcse.ms/message314859.html
 


Relevant Pages

  • Re: Webservice To Add User Accounts
    ... Also make sure that your first hop from the client to the web service is ... is authenticated using kerberos or NTLM. ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Re: WSE 2 and impersonation
    ... If you are looking to create an interoperable web service, ... For our particular solution, Kerberos is ... >> a Kerberos ticket that allows the Web service consumer (running on ... >> When the message is received by WSE, ...
    (microsoft.public.dotnet.framework.webservices.enhancements)
  • Re: WSE 3.0, SoapReceiver and Kerberos encryption
    ... you can use Kerberos security. ... web service. ... The client is running as a domain user and the service is running ... <response signatureOptions="IncludeAddressing, IncludeTimestamp, ...
    (microsoft.public.dotnet.framework.webservices.enhancements)
  • Re: Performance issues With Impersonation and Delegation
    ... Start with the SPNs though. ... service account in AD with an LDAP query and return its servicePrincipalName ... I enabled Kerberos logging on the web service server and now for every web ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Re: Performance issues With Impersonation and Delegation
    ... Are you actually seeing any Kerberos traffic with the ... I wrote a command line utility that calls a web service ... By multi-threading the client I ... makes the web server query the DC for every call. ...
    (microsoft.public.dotnet.framework.aspnet.security)