Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Integrated Windows Authectication fails when loading asp file by x

0 views
Skip to first unread message

Integrated Windows Authectication fails

unread,
Sep 6, 2005, 9:43:04 AM9/6/05
to
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 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?

0 new messages