Dear all,

I have installed the IIS and just use the following test code to
test. However, the execution time will expire and IIS show the error.
However, I have checked the object file "infc8.document" with visual basic.
The visual basic client can successfully create this object. Can anyone
tell me how to solve this problem? Thank you for all of your help.

Here's the code for the asp file

<%
Dim A
Response.Write("Hello")
Set A = Server.CreateObject("infc8.Document") <-- It cannot
create the object and the execution time will be expire

%>

Alex Yung