Hello All

I am trying to port some ASP code over to a windows 2003 server.

It works fine on my "dev" windows 2000 server.

I get this error on the 2003 server:
Error Type:
Server object, ASP 0178 (0x80070005)
The call to Server.CreateObject failed while checking permissions. Access is
denied to this object.

Here is the line of code associated with the error:
set objExcel = Server.CreateObject("Excel.Application")

I have Excel 2000 installed on both machines.

From what I can tell I have set permissions the same on both machines.

I set and checked the permissions on the actually Excel.exe file is that the
correct file that CreateObject uses? What else should I be checking/setting
permissions on so that this will work on the 2003 server?

Thanks in advance.
Adam