Hi
I have a asp page that holds several subroutines. Each of the subroutines use a Server.Execute statement to execute another asp page. This asp page itself call another asp page with server.execute. But when I try to run this I get this error...
Server object error 'ASP 0228 : 80004005'
Server.Execute Error
The call to Server.Execute failed while loading the page
I find this very weird beacuse, if I skip the first page (the one with all the sub routines) and run the second page directly everything works fine.
Does anyone knows what this means?
Regards
M
I have a asp page that holds several subroutines. Each of the subroutines use a Server.Execute statement to execute another asp page. This asp page itself call another asp page with server.execute. But when I try to run this I get this error...
Server object error 'ASP 0228 : 80004005'
Server.Execute Error
The call to Server.Execute failed while loading the page
I find this very weird beacuse, if I skip the first page (the one with all the sub routines) and run the second page directly everything works fine.
Does anyone knows what this means?
Regards
M