Re: WSE2 rock paper scissors game
From: fmorchid (fmorchid.16ixid_at_mail.mcse.ms)
Date: 05/19/04
- Next message: Zapcome: "Accessing Microsoft's knowledge base"
- Previous message: Stu: "Re: reading users ip address"
- Messages sorted by: [ date ] [ thread ]
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
- Next message: Zapcome: "Accessing Microsoft's knowledge base"
- Previous message: Stu: "Re: reading users ip address"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|