I have MS Word installed on a Windows 2000 server. In my ASP, I try to create a word object but it always returns an error. In Windows NT 4.0, I never had this problem. Any suggestion will be really appreciated. Thanks.
<%
...
dim objWordDoc
Set objWordDoc = Server.CreateObject("Word.Application"
...
%>
ASP 0177~Server.CreateObject Failed~The server threw an exception.
<%
...
dim objWordDoc
Set objWordDoc = Server.CreateObject("Word.Application"
...
%>
ASP 0177~Server.CreateObject Failed~The server threw an exception.