Hello,
I wrote a VB COM using a reference to msword9.olb that should run under NT from ASP page.
I checked it, and it runs perfect outside ASP but when i try use it from ASP page it get stuck. Here is the code. Can anyone tell me where i do wrong?

1. Dim WordObj As Word.Application
2. Set WordObj = New Word.Application

3. WordObj.Documents.Open "Filename.doc"
etc...

It get stuck right after the line number 2( i.e. it can't create the object).

Should i use some init?

Please help me!!! This is very urgent!!!