Hello I have an asp page setup that is on a IIS server. The permissions are “Integrated Windows Authentication”. The asp returns an xml. If I specify this url from jave program then I’m not able to access the xml. But if I change the permissions to anonymous then I can access the xml. I think the reason is that security context is not getting passed. Is there a way to pass the security context from a java program? Gunjan |