sekreto
Programmer
- Nov 12, 2007
- 7
I was struggling with this error while trying to run an ASP page under IIS
5.1 (Windows XP Professional).
The complete error is:
"Server object, ASP 0178 (0x80070005)
The call to Server.CreateObject failed while checking permissions. Access is denied to this object.
/test.asp, line 86"
The code that is written on the line 86 is
"Set owordapp = server.CreateObject("Word.application")"
What I want to achieve is to insert a word document to another word document or just copy and paste the content of the word document 1 to document 2 but I can't be able to create an object for word to open and write on it.
Please help me on this matter, any suggestions and ideas would be a great help.
Thanks,
Marj
5.1 (Windows XP Professional).
The complete error is:
"Server object, ASP 0178 (0x80070005)
The call to Server.CreateObject failed while checking permissions. Access is denied to this object.
/test.asp, line 86"
The code that is written on the line 86 is
"Set owordapp = server.CreateObject("Word.application")"
What I want to achieve is to insert a word document to another word document or just copy and paste the content of the word document 1 to document 2 but I can't be able to create an object for word to open and write on it.
Please help me on this matter, any suggestions and ideas would be a great help.
Thanks,
Marj