Hey all, I am having problems connecting\creating a LLSession using NTLM. Creating one when I supply a username\password works fine. Anyone have a Java or .NET example of creating one? I am still unclear how to pass the attributes when trying to do this. Any help would be great!'try NTLM - Still does not work! Dim objLLValue As LLValue = New LLValue objLLValue.setAssoc() objLLValue.add("EnableNTLM", LLValue.LL_TRUE) objLLValue.add("LivelinkCGI", "
http://vm-marion2:2099/livelink/livelink.exe") Dim objLLCon As LLSession = New LLSession("vm-marion2", 2099, "", "", "", objLLValue) 'no NTLM - this one worked 'Dim objLLCon As LLSession = New LLSession("localhost", 2099, "", "admin", "livelink") 'Dim objLLCon As LLSession = New LLSession("vm-marion2", 2099, "", "admin", "blabla") Response.Write(objLLCon.ToString & "
") Response.Write(objLLCon.getStatus.toString & "
") Response.Write(objLLCon.getStatusMessage.ToString & "
")