IIS Server Security - Integrated Windows Authectication fails when loading asp file by x

This is Interesting: Free IT Magazines  
Home > Archive > IIS Server Security > September 2005 > Integrated Windows Authectication fails when loading asp file by x





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author Integrated Windows Authectication fails when loading asp file by x
Integrated Windows Authectication fails

2005-09-06, 6:04 pm

My site is authenticated by Integrated Windows Authectication (anonymus
access is not allowed)
Remote client activate default.asp and inside I have the following client
code that fails
privilegesXMLObj = new ActiveXObject("Msxml2.FreeThreadedDOMDocument");
privilegesXMLObj.setProperty("ServerHTTPRequest" , true);
privilegesXMLObj.async=false;
var ReturnValue = privilegesXMLObj.load("getPermissions.asp?type=2");
Why doesn it fail? It seems that original credentials are not passed to the
next asp page? Wnen I enable anonymus access it works but I want it to work
only with Integrated windows authectication
What should I do to fix this security problem?



Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com