473,396 Members | 1,995 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

migration issue with ASP on win 2003

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.

Jul 22 '05 #1
4 4399
Chris wrote:
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?
--
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"
Jul 22 '05 #2
yes it is.

"Bob Barrows [MVP]" wrote:
Chris wrote:
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?
--
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"

Jul 22 '05 #3
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.
"Bob Barrows [MVP]" wrote:
Chris wrote:
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?
--
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"

Jul 22 '05 #4
Try this:

Server.Execute(server.mappath("/") & "\ASP_Procedures\PageHeader.asp")

Brian

Jul 22 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: RP | last post by:
Hi all, we just recently migrated one of our apps to 1.1 and are facing an issue with decimal places. With 1.0 it only showed a decimal place if one existed in the data e.g. if the value was 600.00...
5
by: Christophe Musielak | last post by:
Hi everyone at the list, Some months ago i asked you some questions about 7.2 - 7.4.3 migration. Then i switched to the performance list to complain about postgres 7.2 poor performance and...
0
by: galico | last post by:
Hi All, One of my clients is having a problem with a webservice that is part of an application. The application is constructed as follows. 1. Windows forms client(.NET 1.1) - on user PCs 2....
1
by: NuB | last post by:
I'm trying to debug a asp.net page and when I step through the code, its hitting comments, commented out code (//comment, //string test;) also when I do a mouse over of a variable its not showing...
1
by: Dan Munk | last post by:
Hello, I have a large project exclusively made up of interfaces (several hundred) that define the business objects used in our system. Heavy inheritance and aggregation are used in the project....
0
by: Gladiator | last post by:
DB2 migration issue from AIX to Linux I am trying to migrate database from AIX box to Linux box using the db2move and db2look command. Everything worked fine for the tables with user defined...
4
by: Fab | last post by:
Hi, The code below perfectly works with VS 2003. When i use it with VS 2005, the application hangs (the processor is up to 100% and nothing else happens). The code : int port =...
0
by: Don Miller | last post by:
My current ASP3.0/COM+ web application populates a large central content "module" area on every web page with one (or several) static or dynamic (database-driven) modules (returning handcrafted...
7
by: Jeroen | last post by:
We converted our decently large (13 projects, compiled about 12 mb) VStudio 2003/.Net1.1 project to VStudio 2005/.Net2. My two colleagues have no problem starting the new solution, but I get an...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.