I have PWS set up on my laptop with Windows 98. When trying to run the server, I have a test ASP website which is stored in a folder above the root (wwwroot)
Therefore I have...
file/default.asp
file/header.asp
In the default.asp file I use the include method to put the header.asp into the top of my page. Yet my PWS Server can't find it - it says that "header.asp" is not found. What I suspect is that it is trying to look for the header.asp file in the root directory instead of the "file" directory. I have Directory browsing switched on in the control panel of PWS and it makes no difference.
What can I do to solve this problem?