Wrox Programmer Forums
|
Classic ASP Basics For beginner programmers starting with "classic" ASP 3, pre-".NET." NOT for ASP.NET 1.0, 1.1, or 2.0
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Classic ASP Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old January 16th, 2008, 02:36 AM
Authorized User
 
Join Date: Jan 2008
Posts: 15
Thanks: 0
Thanked 0 Times in 0 Posts
Default Call to Server.Execute failed while loading page

A common problem that i have faced as a beginner to ASP 3.0 is that when we use Server.Execute("/somefile.asp") and run the page an error message is been displayed that

"The call to Server.Execute failed while loading the page."

Now what i have done and error is been removed is that I have written this code

Server.Execute("somefile.asp")

Now my "somefile.asp" and Global.asa using "somefile.asp" are in same directory




and it works

 
Old February 21st, 2008, 04:48 PM
Authorized User
 
Join Date: Jan 2008
Posts: 19
Thanks: 0
Thanked 0 Times in 0 Posts
Default

path issue





Similar Threads
Thread Thread Starter Forum Replies Last Post
Execute COPY from ASP page on server rtr1900 ASP.NET 1.0 and 1.1 Basics 0 June 5th, 2006 08:08 AM
execute an .exe file in my server from an ASP page sree_mig ASP.NET 1.0 and 1.1 Basics 0 October 14th, 2005 05:42 AM
Use VB to call Matlab to execute program fennsc VB How-To 0 March 14th, 2005 09:57 PM
Generic ODBC Call Failed error ethanw SQL Server 2000 12 March 12th, 2004 03:05 PM
WSDL Reader: Loading of the WSDL file failed. Anil .NET Web Services 0 January 23rd, 2004 02:59 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.