Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Security > Random Delegation Error

Reply
Thread Tools

Random Delegation Error

 
 
Raterus
Guest
Posts: n/a
 
      01-11-2005
I have a problem accessing my asp.net (and asp) pages since upgrading to Windows XP SP2. This is a problem only I seem to have (luckily no one else has it!) My pages use delegation as I am hitting SQL Server with the users credentials. I'm fairly confident this is set up properly (It has worked for months). Ever so often, when I try to hit my webserver (This never happens locally), I'll get hit with the error:

Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'.

I can't track down exactly why this is occurring, and even more why only I get it? I've at least done some detective work, and know my browser is sending out a Kerberos token, which I know is valid since I can authenticate with pages that do not require my delegation scenario. The token looks something like this in my server variables.

HTTP_AUTHORIZATION Negotiate TlRMTVNTUAADAAAAGAAYAHwA...(+hundreds more characters)

I really don't know why this is happening, why just I get it, and why it comes and goes without reason! Is there anything I can try/do to troubleshoot this problem? I would be most appreciative of any help!

--Michael
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Math.random() and Math.round(Math.random()) and Math.floor(Math.random()*2) VK Javascript 15 05-02-2010 03:43 PM
delegation question, where I want prototype style delegation Sam Roberts Ruby 4 05-07-2008 05:48 AM
random.random(), random not defined!? globalrev Python 4 04-20-2008 08:12 AM
Random not really random... Maziar Aflatoun ASP .Net 4 08-05-2004 01:26 AM
Random NOt random? Darren Clark ASP .Net 3 06-24-2004 05:23 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57