Hi ,
I am seeing strange behavior with my webpage in Fiddler tool. My webpage is asp.net ( .net 4.0 aware ) and few subpages calls for java scripts to be load data from SQL 2012 . Its an SSO aware ( Anonymous disabled ) and integrated windows enabled.
When accessing website , the main page loads up successfully , but content from java never loads into IE. I enabled fiddler and found initial calls are made wit proper kerberos protocol and when i hit the subpage, fiddler shows 302 redirected ( no redirection
configured in IIS )
after 302 HTTP , rest of the java scripts gets loaded but page doesnt display data :(
unable to understand this behavior as i have set the SPN straight no dups , configured everyone with full rights on the portal , turned off kernel authentication - still same behavior.
Wireshark - no much luck as the IE cannot add the site into trusted / intranet ( hence everything falls back to NTLM ) and cant validate the Kerb packets so relying on Fiddler