Ask a Question related to ASP.NET Web Services, Design and Development.
-
john #1
kerberos token
I get an error when i try:
string targetPrincipalName = null;
targetPrincipalName = "host/" + System.Net.Dns.GetHostName();
KerberosToken kerbToken = new KerberosToken(targetPrincipalName); <-----
error
error:
"The Kerberos ticket could not be retrieved. The RetrieveKerbTicket call
returned the following error code: 0."
Thanks in advance
john Guest
-
Invalid Token
Greetings! I'm new to Dreamweaver. When we try to install the Publish Web Command downloaded from ... -
kerberos
I want to create kerberos security for web-forum. Does anybody know what I need and What I have to do? -
custom token in asp.net
hi there, Anybody knows how to create and use custom token in asp.net? Where can I find reference and samples? TIA. -
IIS UNC Token
What's the IIS UNC token stated in ASP.NET impersonation docu? How do you set it? Thanks :) -
WSE - Username Token
Hello: I am trying to build a webservice and client that will pass a username and password in the SOAP header. However, when trying to call... -
Niels Flensted-Jensen #2
RE: kerberos token
John,
I got the same error, but with a litte more text. Translating from Danish,
It said something like "the client is missing a required permission". Maybe
something with your rights for AD?
Niels
"john" wrote:
> I get an error when i try:
> string targetPrincipalName = null;
>
> targetPrincipalName = "host/" + System.Net.Dns.GetHostName();
>
> KerberosToken kerbToken = new KerberosToken(targetPrincipalName); <-----
> error
>
>
> error:
> "The Kerberos ticket could not be retrieved. The RetrieveKerbTicket call
> returned the following error code: 0."
>
> Thanks in advance
>
>
>Niels Flensted-Jensen Guest



Reply With Quote

