Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ASP returns - Page cannot be found!
Message
De
08/09/2002 10:47:16
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Titre:
ASP returns - Page cannot be found!
Divers
Thread ID:
00698026
Message ID:
00698026
Vues:
69
I developed a web application on my notebook running Win XP Pro. Everything tests out fine using VFP MTDLLs so now it should be a simple port over to the web server running NT 4 Server or so one would think.

I created two very simple progams to illustrate the problem. The first one is a hello.htm program that works fine using http://localhost/test/hello.htm on both the XP and NT 4 boxes. Here is that code:
<html>
hello world
</html>
The ASP file runs without incident on XP but returns a 404 - File not found error on the NT box when I run http://localhost/test/hello.asp containing the following code:
<html>
Hello, it is now: 
<%= Now %>
</html>
Both the hello.htm and hello.asp files reside in the proper directories of the respective PCs. This must be some type of permissions issue but I have been unable to resolve it.

Any help in resolving this issue will be greatly appreciated.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform