Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ASP returns - Page cannot be found!
Message
 
To
08/09/2002 10:47:16
General information
Forum:
Visual FoxPro
Category:
Internet applications
Miscellaneous
Thread ID:
00698026
Message ID:
00698030
Views:
15
Tom,
Are you using Virtual Directories? Will a simple .htm page come up from that same URL? You'll need to do some basic setup for the virtual in the IIS console (can also be automated)so that html and asp pages will run properly. Try setting the virtual to "4 = Execute Access (including Script)". For NT, you may have to Stop/Start IIS for the setting to take effect...

>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:
>< % ERROR: = 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.
Previous
Reply
Map
View

Click here to load this message in the networking platform