Hi Harald,
The user running the ASP.NET (ASPNET user) page needs some extra security
permissions to get a kerberos token.
Try modifying the "processModel" element in the machine.config file to run
with a different user:
<processModel autoConfig="true" userName="System" />
In this case, ASP.NET will run using the "system" account.
Regards,
Pablo Cibraro
http://weblogs.asp.net/cibrax
> Hello!
> I have a web service that uses kerberos secuity with wse3.0. When I use a
[quoted text clipped - 13 lines]
> thanks
> Harald
bryan.knipe@gmail.com - 02 Dec 2005 20:44 GMT
>From what I have seen that is not correct, it is still using the
standard ASPNET account.