Errors accessing Domino out of IIS using VBScript

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

Subject: Errors accessing Domino out of IIS using VBScript

Hi,

Have you configured the IIS server to work with domino?

They can be on the same machine, but should also be a connection between them.

You must install the software to be able to use the feature.

Daniel

Subject: RE: Errors accessing Domino out of IIS using VBScript

Where do I configure this?I’m completely new whith iis.

Thank you