migration issue with ASP on win 2003

C

Chris

I'm hoping someone can help me, I've searched the posts with limited results.
I'm migrating an app to a win 2003 boxwith sp-1 and I get:

Server object error 'ASP 0228 : 80004005'
Server.Execute Error
/rock/userlogin.asp, line 60
The call to Server.Execute failed while loading the page.

The page code:
'Call procedure to display the page header
Server.Execute("/ASP_Procedures/PageHeader.asp")

I've tried giving rights of the IUSR account to the system directory, no
luck. What can be causing this?

Thanx.
 
B

Bob Barrows [MVP]

Chris said:
I'm hoping someone can help me, I've searched the posts with limited
results. I'm migrating an app to a win 2003 boxwith sp-1 and I get:

Server object error 'ASP 0228 : 80004005'
Server.Execute Error
/rock/userlogin.asp, line 60
The call to Server.Execute failed while loading the page.

The page code:
'Call procedure to display the page header
Server.Execute("/ASP_Procedures/PageHeader.asp")

I've tried giving rights of the IUSR account to the system directory,
no luck. What can be causing this?

Thanx.
Have you enabled the "parent paths" setting in IIS?
 
C

Chris

yes it is.

Bob Barrows said:
Have you enabled the "parent paths" setting in IIS?
--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"
 
C

Chris

Ok, I believe I've found the issue. Apparently this (server.execute) doesn't
work when the website (on IIS) is set up as a virtual directory under Default
websites. It must be a "stand-alone" website with its own IP (if other
website are running on that machine).
Learn something new everyday. Didn't see anything on that particular
requirement in any articles????
This kind of makes snese, but then again why can't it find the executed file
when set as a virtual directory?

Thanx.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,768
Messages
2,569,575
Members
45,053
Latest member
billing-software

Latest Threads

Top