I looked carefully at article thread631-986269.
I have a ASP .NET DLL that connects through to the ACCPAC XAPI (I have also tried this using COMAPI).
When I call the DLL from a normal windows application, the sesion is created and everything runs fine.
Use:
Dim Session As New ACCPACXAPILib.xapiSession
Session.Open(ACCPAC_USER, ACCPAC_PASSWORD, ACCPAC_COMPANYID, Today, 0)
However when I call the DLL from a ASP .NET web application, then as the:
Session.Open(ACCPAC_USER, ACCPAC_PASSWORD, ACCPAC_COMPANYID, Today, 0)
is executed it errors out.
To get this working from a web asp page, what must I do over and above a normal Windows application call.
Help - URGENT please
I have a ASP .NET DLL that connects through to the ACCPAC XAPI (I have also tried this using COMAPI).
When I call the DLL from a normal windows application, the sesion is created and everything runs fine.
Use:
Dim Session As New ACCPACXAPILib.xapiSession
Session.Open(ACCPAC_USER, ACCPAC_PASSWORD, ACCPAC_COMPANYID, Today, 0)
However when I call the DLL from a ASP .NET web application, then as the:
Session.Open(ACCPAC_USER, ACCPAC_PASSWORD, ACCPAC_COMPANYID, Today, 0)
is executed it errors out.
To get this working from a web asp page, what must I do over and above a normal Windows application call.
Help - URGENT please