|
Q. I am using AuthentiX ISP and the OCX module and I am getting error 102, and other strange results. A. This means that the AuthentiX ISP OCX method does not know which IP address or host-header domain you are applying the methods to. You need to use the following:
protectedDomain = Request.ServerVariables("LOCAL_ADDR")
auth.SetVirtualDomain protectedDomain, Request.ServerVariables("SCRIPT_NAME")
but better to include the incl.asp file and include it.
You can get a copy of the incl.asp by copying from the AspAdmin (AuthentiX Standard) or AspAdminISP (AuthentiX ISP) directory in the installation directory. |
|