Hello,
I try to access my domino server 6.5.4 from the MS IIS on the same Win2003 mashine.
But executing the code:
dim nsession
Set nsession = CreateObject(“Lotus.NotesSession”) '<-- this is line 19
nsession.initialize
the first time, I get:
Active Server Pages Error "ASP 0115’
Unexpected error
/index.asp
A trappable (E06D7363) error occurred in an external object. The script cannot continue running.
Each following time, I execute it, I get:
Microsoft VBScript runtime (0x800A0007)
Out of memory: ‘CreateObject’
/index.asp, line 19
Can anyone help me?
Thank you
Kai