WSE 2.0 Kerberostoken creation on IIS 5.0/win2k fails

From: Dominick Baier (dotnet_at_leastprivilege.com)
Date: 12/30/04

  • Next message: Robert Altland: "Proper use of IPrincipal"
    To: microsoft.public.dotnet.security
    Date: Wed, 29 Dec 2004 15:17:40 -0800
    
    

    does your asp.net app run as a domain user?

     ---
     Dominick Baier - DevelopMentor
     http://www.leastprivilege.com

       nntp://news.microsoft.com/microsoft.public.dotnet.security/>

     Hi,
     I have a ASP.NET web app in which I am trying to create a Kerberos token
     using the following code.
     
     Microsoft.Web.Services2.Security.Tokens.KerberosToken kt = new
     Microsoft.Web.Services2.Security.Tokens.KerberosToken("host/" +
     ConfigurationSettings.AppSettings["ws-host"]);
     
     This in turn returns
     
     The Kerberos credential handle could not be acquired. The
     AcquireCredentialsHandle call returned the following error code: A specified
     logon session does not exist. It may already have been terminated
     
     Note that the same code works in Windows 2003 server with IIS 6.
     
     .NET framework version 1.1
     
     Any help is greatly appreciated.
     
     TIA
     
     
     
     [microsoft.public.dotnet.security]


  • Next message: Robert Altland: "Proper use of IPrincipal"

    Relevant Pages

    • WSE 2.0 Kerberostoken creation on IIS 5.0/win2k fails
      ... I have a ASP.NET web app in which I am trying to create a Kerberos token ... AcquireCredentialsHandle call returned the following error code: ... Note that the same code works in Windows 2003 server with IIS 6. ... .NET framework version 1.1 ...
      (microsoft.public.dotnet.security)
    • WSE 2.0 Kerberostoken creation on IIS 5.0/win2k fails
      ... I have a ASP.NET web app in which I am trying to create a Kerberos token ... AcquireCredentialsHandle call returned the following error code: ... Note that the same code works in Windows 2003 server with IIS 6. ... .NET framework version 1.1 ...
      (microsoft.public.dotnet.framework.aspnet)
    • Re: Web Server connecting to db server on different machines
      ... Dominick Baier - DevelopMentor ... Im creating an asp.net web app that will need to connect to a SQL ... Server db on another machine. ...
      (microsoft.public.dotnet.framework.aspnet.security)
    • Re: ASP.NET 2.0 forms auth: default user
      ... Dominick Baier - DevelopMentor ... I would like to deploy a web app which uses forms authentication. ... Because it will be a commercial app, I would like to deliver a standard user / pw. ...
      (microsoft.public.dotnet.framework.aspnet.security)