C
Chris
I have yet to understand or get a response on the issue I'm having.
I'm taking an asp web application and migrating it from Windows 2K to 2003.
I have the new website location (2003) settings correct, i.e. enable parent
paths, etc. and
still get these errors:
Server object error 'ASP 0228 : 80004005'
Server.Execute Error
/ASP_Procedures/PageHeader.asp, line 60
The call to Server.Execute failed while loading the page.
code:
Server.Execute("/ASP_Procedures/PageHeader.asp")
The path is correct, I've checked the executed page (i.e. rights, code, etc.)
The site and directory has execute rights, etc.
Why? Can Windows 2003 handle this use server.execute?
Any ideas, this ap runs fine on the Windows 2000 server
I'm taking an asp web application and migrating it from Windows 2K to 2003.
I have the new website location (2003) settings correct, i.e. enable parent
paths, etc. and
still get these errors:
Server object error 'ASP 0228 : 80004005'
Server.Execute Error
/ASP_Procedures/PageHeader.asp, line 60
The call to Server.Execute failed while loading the page.
code:
Server.Execute("/ASP_Procedures/PageHeader.asp")
The path is correct, I've checked the executed page (i.e. rights, code, etc.)
The site and directory has execute rights, etc.
Why? Can Windows 2003 handle this use server.execute?
Any ideas, this ap runs fine on the Windows 2000 server