Why can't I create a Word Application object when I execute the following line of code:

Set oWordApp = Server.CreateObject("Word.Application.9")

It gives the error that I can't create an Out of Process component.
I've got Word2000 installed and I got the ProgID above from the OLE/COM Object Viewer, therefore my PC must recognize the ProgID.

Further, how can I use a Word template (with bookmarks), to send parameters to from within ASP code? I managed to do it in VB, but I don't know if it's going to work in ASP (if only I can get past the CreateObject statement...)

Thanks