privilegesXMLObj = new
ActiveXObject("Msxml2.FreeThreadedDOMDocument"); ;(privilegesXMLObj.setProperty("ServerHTTPRequest" , true
privilegesXMLObj.async=false
var ReturnValue = privilegesXMLObj.load("getPermissions.asp?type=2");
Why does it fail? It seems that original credentials are not passed to the
next asp page? When I enable anonymus access it works but I want it to work
only with Integrated windows authentication
What should I do to fix this security problem?